HKLM\SOFTWARE\Microsoft\MSMQ\Parameters
Data type | Range | Default value |
---|---|---|
REG_DWORD | 0 | 1 | 1 |
Directs Message Queuing to use an internal "ping" algorithm to determine the availability and configuration of a server. Using a "ping", the service can find this information quickly.
Value | Meaning |
---|---|
0 | Message Queuing will not use the ping algorithm. |
1 | Message Queuing will use the ping algorithm. |
Note
This entry does not appear in the registry unless you add it or use a program to change its default value.
Related Entries