I am getting the following error while waiting to receive messages from an Azure Service Bus queue after about 7 minutes of inactivity:
amqp:connection:forced: The connection was inactive for more than the allowed period of time. My assumption is that I need to adjust the idle timeout of the connection transport to account for this. I am using the go electron binding which doesn't seem to support this yet so I can't test my theory.