Relative Content

Tag Archive for azureazureservicebus

Consuming Azure Service Bus message by only one consumer in Topic-Subscriber topology

I have three separate applications. (1) Legal-Processor (2) Purchase-Order-processor (3) Document-Uploader. Each application has multiple instances running. The “Document-Uploader” publishes a message whenever a document is uploaded. The Legal-Processor should consume the message only if the document is “legal”. If the document is “Purchase-order” related, then the “Purchase-Order-processor” must consume the message.