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

feat(rabbitmq): add exchange-to-exchange bindings config #7

Closed
wants to merge 3 commits into from

Conversation

ttshivers
Copy link
Owner

This adds an option to specify exchange bindings in the module config

fix golevelup#625

ttshivers and others added 3 commits January 20, 2024 17:34
This adds an option to specify exchange bindings in the module config

fix golevelup#625
…#682)

Support multiple configurations on the same handler to support use cases where users want to reuse
the same handler method across multiple queues. For example, this could be useful for a situation
where messages are partitioned across multiple queues by a consistent hash exchange.

fix golevelup#624
@ttshivers ttshivers closed this Jan 21, 2024
@ttshivers ttshivers deleted the feat/exchange_bindings branch January 22, 2024 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RabbitMQ: Support for exchange-to-exchange bindings
2 participants