Is there a way to guarantee bulk messages publishing in Azure service bus?
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.
Is there a way to guarantee bulk messages publishing in Azure service bus?
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.