Hi
I had an incident with an application where it timed out putting a message on an Azure queue causing the application to crash as this error was not handled.
I've added some error-handling logic to handle this scenario gracefully. Is it possible to forcibly put a queue into a state where it will time out so I can test if this logic works as it should.
Kind Regards, Richard