DeferredInit

HKLM\SOFTWARE\Microsoft\MSMQ\Parameters

Data type

Range

Default value

REG_DWORD

0 | 1

0

Description

Defers the contact between Message Queuing 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.

Note Image 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 Image 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.