I would like to get the same functionality as I believe queue groups in Nats provides, but I have to use Azure (Service Bus?) My first question is: is this possible? If so, any pointers greatly received.
By way of an example, I essentially want my app, that has four load balanced servers, to publish to a "topic" (each server publishes its own messages, but not duplicate messages) and then two separate apps (e.g. event processing / audit logging) to retrieve those messages, but only on one of the servers in each of the subscribing queue groups if that makes sense?
Many thanks for any information provided.


