We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
some-exchange
await bus.Advanced.Topics.Subscribe("some-topic@another-exchange");
if that's what you want.
The text was updated successfully, but these errors were encountered:
will be out in Rebus.RabbitMq 6.1.0 as soon as the buildserver finishes munching through the tests 🙂
Sorry, something went wrong.
Awesome, thanks for your awesome work <3
No branches or pull requests
similar to how
will publish to the
some-exchange
exchange, it should be possible toif that's what you want.
The text was updated successfully, but these errors were encountered: