HKLM\SOFTWARE\Microsoft\MSMQ\Parameters\Migration
Data type | Range | Default value |
---|---|---|
REG_DWORD | 0x0 - 0xFFFFFFFF | 0xFFFFFFFF |
Determines how often Message Queuing sends replication messages.
The interval between replication messages is based on the length of the interval between "hello" messages, as determined by the value of HelloInterval. The replication interval is expressed as the number of hello-message intervals. The value of this entry specifies the number of hello-message intervals that must elapse between replication messages.
For example, if the value of HelloInterval is 60 seconds, and the value of TimesHelloForReplicationInterval is 60, then the interval between replication messages is one hour (60 * 60 seconds).
Note
Entries in the Migration subkey are used only when there are MSMQ 1.0 MQIS servers running Windows NT 4.0 and earlier. They are not used when all servers are running Windows 2000.
Message Queuing does not add this entry to the registry. You can add it by editing the registry or by using programs that edit the registry.
Related Entries