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

[Host.AzureServiceBus] I should be able to register multiple consumers for a given message #189

Open
jkubisiowski opened this issue Jul 24, 2023 · 0 comments

Comments

@jkubisiowski
Copy link

jkubisiowski commented Jul 24, 2023

Current behavior
Currently (v2.0.1) I can register only one consumer IConsumer within a running application to process a given message for Azure Service Bus

Desired behavior
I would like to have multiple consumers in one running application for a given message type. All of them should run their Task OnHandle(TMessage message) method.

@jkubisiowski jkubisiowski changed the title I should be able to register multiple consumers for a given message I should be able to register multiple consumers for a given message [ASB] Jul 24, 2023
@zarusz zarusz self-assigned this Jul 24, 2023
@zarusz zarusz changed the title I should be able to register multiple consumers for a given message [ASB] [Host.AzureServiceBus] I should be able to register multiple consumers for a given message Jul 24, 2023
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