- What is the maximum no of times a azure storage queue message can be dequeued ?
Couldn’t not find any documentation on MSDN regarding this.
- is our assumption correct that messages are moved to the poison queue only when an exception happens and it’s not based on the dequeue count ?
Note: we are processing message from a windows service.