I need to use messaging using MSMQ in a project at work and my developement environment (Win XP SP3) came with MSMQ 2.0 only. Need some features of MSMQ 3.0 (like poison queues) and am having a hard time finding the installable for it.
Share
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.
Please ignore my question. I was mistaken as I found that MSMQ 3.0 was installed on my envioronment. From the link below
https://blogs.msdn.com/johnbreakwell/archive/2008/05/14/how-to-tell-if-msmq-is-installed.aspx
“Query the HKLM\SOFTWARE\Microsoft\MSMQ\Parameters\CurrentBuild registry value
5.0.xxx is MSMQ 2.0 (Windows 2000)
5.1.xxx is MSMQ 3.0 (Windows XP)
5.2.xxx is MSMQ 3.0 (Windows 2003)
6.xxxxx is MSMQ 4.0 (Windows Vista and 2008)
“