I want to fan out a process to N consumers (listeners to Azure Service Bus topic). In order to do so, I need a way to publish N messages to Service Bus Topic but in an atom8c fashion.
Its important that messages are processed in parallel by N consumers and not by one consumer which, according to my understanding, would be the case with batch messages publish.