/build/static/layout/Breadcrumb_cap_w.png

Microsoft Microsoft Messaging Queue (MSMQ)

Version: 5

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 3k  |  Created: 02/20/2006

Average Rating: 0
Microsoft Messaging Queue (MSMQ) has 1 inventory records, 1 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
117
Note
Microsoft Messaging Queue (MSMQ) is an optional XP component and should be installed after IIS 5.1 (yet another optional XP component)

This will explain how to install MSMQ *AFTER* the OS is installed. (FYI: Yes, you can also install this during this OS install)

Notes:
-This was based on http://support.microsoft.com/?id=317329
-Setting msmq_HTTPSupport = ON installs Internet Information Services (IIS).
-Seems like it must be set to ON or else MSMQ will not install at all (YMMV)
-CAVEAT: the msmq_ADIntegrated option needs to be installed while using an AD account and not a local account. If you try, the install will fail without an error message. To see the error message, install manually via ARP in Control Panel.

***Procedures***
Create a file called MSMQ_components.inf with this content:
[Components]
Msmq_Core = On
Msmq_HTTPSupport = On
Msmq_LocalStorage = On
Msmq_MQDSService = On
Msmq_RoutingSupport = On
Msmq_TriggersService = On
msmq_ADIntegrated = On


In the same folder, create another file called Install.CMD with this content:

@echo off
===============================================================
:: Extends the base operating system build to include Message Queuing
:: with specific components specified in MSMQ_components.inf
::
:: CAVEAT: MSMQ seems to need IIS installed or else this script will do nothing. ===============================================================
:: Call System Optional Component Manager passing MSMQ_components.inf as a parameter
C:\WINDOWS\system32\sysocmgr.exe /i:sysoc.inf /u:%~DP0MSMQ_components.inf


NOTE: The %~DP0 variable is a Windows 2K/XP variable that contains the current path to the CMD file. Inside the variable, it has an extra "\" at the end so I cannot do this %~DP0\MSMQ_components.inf. You cannot use the %~DP0 variable directly at the CMD prompt. It must be used inside a .CMD batch file.

feb 2006
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Microsoft Messaging Queue (MSMQ)

Version

5

Questions & Answers (1)

Questions & Answers related to Microsoft Microsoft Messaging Queue (MSMQ)

1
ANSWERS

Blogs (0)

Blog posts related to Microsoft Microsoft Messaging Queue (MSMQ)

Reviews (0)

Reviews related to Microsoft Microsoft Messaging Queue (MSMQ)

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ