How to specify particular Exchange for particular event? #1571
Unanswered
remotenode
asked this question in
Q&A
Replies: 2 comments 4 replies
-
|
Hi @preardon, maybe you could help? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@artem-avanesov It's probable that I don't understand the question, but you configure the exchange as part of the RmqMessagingGatewayConnection. If you look at this example, it is lines 50-54: https://github.com/BrighterCommand/Brighter/blob/master/samples/RMQTaskQueueSamples/GreetingsSender/Program.cs |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @iancooper,
My microservice needs posting events to different exchanges, is it possible with Brighter? I noticed that in a startup class it's possible to specify only default exchange. I use RabbitMQ with InMemoryOutbox
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions