Azure Service Bus Queue, process 1 request at a Time until it is fully processed or added to DL queue
I am working on an azure service bus queue. I have implemented a retry logic, so In case of an exception it re tries 3 times and then adds message to the deadletter queue.