Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MSMQ 3.0 / 4.0 download

Tags:

download

msmq

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.

like image 313
user35559 Avatar asked Jan 23 '23 06:01

user35559


1 Answers

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) "

like image 73
user35559 Avatar answered Mar 05 '23 16:03

user35559