I want to send message to dead letter queue of azure service bus upon message validation fails
upon validation failed like any message field is empty or null directly send to dead letter queue of Azure service bus at first instance (without its maximum Retry.) I tried SurviceBusSenderClient and ServiceBusSenderAsynch and send method but its retry for max time that set at azure bus. but i want it should go in first […]
Azure Service Bus throwing “There is already one downstream subscriber” error
We are getting following error when trying to start our application.
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.
Is it possible to send data with ServiceBusMessage and to receive it with BrokeredMessage?
More precisely to send the data using Azure.Messaging.ServiceBus.ServiceBusMessage and to receive it with Microsoft.ServiceBus.Messaging.BrokeredMessage
How to use Azure Service Bus endpoint with a CNAME Record
I have a publicly accessible Azure service bus.