I have a Azure Service Bus running. Whenever a new message is populated in the Queue , it is sent to the Azure Service Bus Web Job. I see that the same message appears multiple times and some times gives an error msg like this.
The lock supplied is invalid. Either the lock expired, or the message has already been removed from the queue. azure web job service bus
What is the reason behind and how this can be resolved?