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(rabbit): support multiple configs on the same handler #682

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

ttshivers
Copy link
Contributor

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 #624

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
@underfisk underfisk merged commit 93ec23f into golevelup:master Jan 21, 2024
3 checks passed
@ttshivers ttshivers deleted the feat/multiple-handler-configs branch January 22, 2024 05:35
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 consistent hash exchanges
2 participants