Outgoing MSMQ timeout configuration
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?
As mentioned in the comments outgoing queues are temporary and will be removed if no messages are sent in a certain period of time. This can't cause message loss. Is this still a problem?
精彩评论