From @SeanFeldman on December 20, 2016 5:25
There are scenarios where purging a queue is necessary
- Testing scenarios
- Removing all messages because they are no longer needed
- Clearing out deferred messages when sequence numbers are no longer retained by an app
Similar functionality: ASQ`s CloudQueue.ClearAsync().
This would apply to both queue/subscription and associated DLQs.
Copied from original issue: Azure/azure-service-bus-dotnet#46
From @SeanFeldman on December 20, 2016 5:25
There are scenarios where purging a queue is necessary
Similar functionality: ASQ`s CloudQueue.ClearAsync().
This would apply to both queue/subscription and associated DLQs.
Copied from original issue: Azure/azure-service-bus-dotnet#46