You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2023. It is now read-only.
Currently, there's no available method on the ServiceBusService object, not any other mechanism I can find, to read messages from a dead letter queue.
Doing some quick research on the .NET client, it seems that all QueueClient.FormatDeadLetterPath() does is simply append /$DeadLetterQueue, so I can probably send a quick PR out for this. However, this isn't documented in the Service Bus dead-letter queue docs.
The text was updated successfully, but these errors were encountered:
MLoughry
pushed a commit
to MLoughry/azure-sdk-for-node
that referenced
this issue
Feb 8, 2019
Currently, there's no available method on the
ServiceBusService
object, not any other mechanism I can find, to read messages from a dead letter queue.Doing some quick research on the .NET client, it seems that all
QueueClient.FormatDeadLetterPath()
does is simply append/$DeadLetterQueue
, so I can probably send a quick PR out for this. However, this isn't documented in the Service Bus dead-letter queue docs.The text was updated successfully, but these errors were encountered: