I have managed to write a small console application to connect to a topic/subscription in the Azure Service Bus. I have sent messages to the subscription and registered a message handler. I see the message handler polls every 60 seconds. Is there anyway to extend this polling interval to 30 or 60 minutes for example?
Regards, Simon