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

Closed
wants to merge 1 commit into from

Conversation

ttshivers
Copy link
Owner

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

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 force-pushed the feat/multiple-handler-configs branch from fcb9cc3 to 8be7dbc Compare January 21, 2024 00:54
@ttshivers ttshivers closed this Jan 21, 2024
@ttshivers ttshivers reopened this Jan 21, 2024
@ttshivers ttshivers closed this Jan 22, 2024
@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
1 participant