Read from Dead Letter Queue

As mentioned in the earlier post,

at work I was “strongly encouraged” to use Azure Service Bus, instead of RabbitMQ Unfortunately

SDK has FormatDeadLetterPath functionality but it is not available to HTTP REST API 1

Append /$DeadLetterQueue to the queue name.2

Refer to this SO comment


  1. Readers would remember that since Ruby is not officially supported by MS, we had to resort to using REST API to access the Azure Service Bus functionality. ↩︎

  2. It has to be exactly as it is with capitalization and all. Took me some time to realize that. MS Docs refer to it in all-lower-case, which does not work. ↩︎