Is there a way to keep MSMQ outgoing queues on a server in state “Connected” indefinitely?
Note: Windows 2008 R2 Server, up to ~200 outgoing queues.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best you can do is set CleanupInterval to 0xFFFFFFFF (which is 50 days, I think) and increase the thread pool with QMThreadNo to cover the number of outgoing queues.
http://technet.microsoft.com/en-us/library/cc957466.aspx
http://technet.microsoft.com/en-us/library/cc779929(v=WS.10).aspx.
How to help outgoing queues scale in MSMQ
Cheers
John Breakwell