zarusz/SlimMessageBus

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

Opened this issue · 0 comments

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.