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
Transactional dead-letter queue name should be considered as well.
Do you mean the transfer dead letter queue? That's what I was referring to when mentioning the FormatTransferDeadletterQueue method in the issue description.
Of note, this helper function (in its deprecated form inside the Microsoft.Azure.ServiceBus) lib is still referred to in DLQ examples1. This is a bit frustrating to track down, as now the official example of registering a ServiceBusTrigger on a DLQ is not possible.
FormatTransferDeadletterQueue can be built into the CreateDeadLetterReceiver method by adding an optional param.
The text was updated successfully, but these errors were encountered: