Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mookid8000 opened this issue Mar 23, 2020 · 2 comments
Closed

Comments

@mookid8000
Copy link
Member

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
Copy link
Member Author

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

@mike-dube
Copy link

Awesome, thanks for your awesome work <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants