Hey guys
As for sake for an example, we have a queue that is constantly processed. But for some reason the consumer was not online or was erroring all the time due to a bug or connectivity issue.
Then we have a queue of size 41000 items inside of it now but in reality all those are in the dead letter queue of that queue.
Every time the consumer goes online it is never able to process those items.
The question:
Assuming that we have fixed the issue and we are ready to process those 41000 items from the dead letter queue:
How can I configure the Mass Transit consumer to pull them instead of the normal queue items?
Can Mass Transit do this or should we use the Azure Service Bus client manually for this scenario?
Thanks!
Doug