HKLM\SOFTWARE\Microsoft\MSMQ\Parameters
Data type | Range | Default value |
---|---|---|
REG_DWORD | 0 | 1 | 0 |
Prevents Message Queuing from contacting the MQIS server automatically at startup.
Value | Meaning |
---|---|
0 | Automatic. Message Queuing contacts the MQIS server automatically when the service starts. |
1 | Deferred. Message Queuing does not contact the MQIS server automatically when the service starts. Instead, it contacts the MQIS when the first Message Queuing program requires access to the MQIS. |
Note
Windows 2000 does not add this entry to the registry. You can add it by editing the registry or by using a program that edits the registry.
Caution
The deferred setting can cause a brief delay while Message Queuing connects to the MQIS server. This delay might cause the first program that requires the MQIS server to appear momentarily unresponsive.