rebus-org / Rebus.RabbitMq

:bus: RabbitMQ transport for Rebus
https://mookid.dk/category/rebus
Other
63 stars 44 forks source link

Add ability to subscribe to topics on explicitly specified exchanges #65

Closed mookid8000 closed 4 years ago

mookid8000 commented 4 years ago

similar to how

await bus.Advanced.Topics.Publish("some-topic@some-exchange", whatever);

will publish to the some-exchange exchange, it should be possible to

await bus.Advanced.Topics.Subscribe("some-topic@another-exchange");

if that's what you want.

mookid8000 commented 4 years ago

will be out in Rebus.RabbitMq 6.1.0 as soon as the buildserver finishes munching through the tests 🙂

mike-dube commented 4 years ago

Awesome, thanks for your awesome work <3