I have an application that uses NServiceBus to send and receive messages. When the application hasn't received a message in a certain time period the outgoing connection is lost which results in messages not being received on the application until it has been restarted or it initiates a message.
Is there a way to configure the MSMQ timeout?