Hi,
I am receiving messages from a queue using Peek Lock. The processing of the message could take longer than 5 minutes in some cases. I have found that a queue can have a maximum message lock time of 5 minutes.
Can anyone tell me how I can extend the time a lock is placed on a message?
I am using Queue.OnMessageAsync() to receive a message.
Thanks for your help.
Graham