You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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 BusDesired 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.The text was updated successfully, but these errors were encountered: