Tag: Dead Letter Queue
Handling Dead Letter Queue(DLQ) using Logic App
Inkey, February 11, 201910951 Views
In our previous blog, we have explained how to handle DLQ using the Azure Functions. Please refer: https://www.inkeysolutions.com/blogs/handling-dead-letter-queuedlq-using-azure-functions/ Lets now learn how to read the messages from the DLQ using the Logic App: First and foremost, we need to identify the message received in the Dead Letter Queue. So, the trigger step in the Logic […]
Read moreHandling Dead Letter Queue(DLQ) using Azure Functions
Inkey, January 31, 201931446 Views
Microsoft Azure Service Bus is a secure platform for transferring the messages across various platforms and applications. This is a reliable service for asynchronous data transfer using messages. Queues are one among the data structures used while transmitting the data across the cloud. Messages are stored in the queue until processed at the receiver’s end. […]
Read more