In Real time, i have few azure service bus queues. Each queue has its own default limit of message delivery count. When it exceeds the delivery count, the messages are moving to "Dead Letter Queue".
Now i have to repost the DeadLetter Messages to Original Queue for reprocessing. Due to delivery count, it push the message back to dead letter.
I don't want to change the Queue max delivery count. Now, How can i reset the delivery count on each broken messages?