DeferredInit

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

HKLM\SOFTWARE\Microsoft\MSMQ\Parameters

Data type Range Default value

REG_DWORD

0 | 1

0

Description

Defers the contact between Message Queuing (also known as MSMQ) and the MQIS server that would otherwise occur 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.

This entry does not exist in the registry by default. You can add it by using the registry editor Regedit.exe.

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.