How to peek the deadletter messages
问题 It is very hard to find some good documentation on getting all the messages in a deadletter queue and getting to take a peek at them. I have an Azure Servicebus Queue and everything I can find is for Azure Servicebus Topics. Can someone help me with a quick guide? 回答1: Dead letter queue is a secondary sub-queue where the poison messages are moved to. In case of Azure Servicebus Queue the standard path for DLQ is queuePath/$DeadLetterQueue . So you need to have another queueClient to read the