HKLM\SOFTWARE\Microsoft\MSMQ\Parameters
Data type | Range | Default value |
---|---|---|
REG_DWORD | 0x0 - 0xFFFFFFFF seconds | 0x12C (300 seconds = 5 minutes) |
Determines how often outgoing, transacted messages are resent because they are unacknowledged.
The value of this entry specifies the interval between resends for the fourth, fifth, and sixth times the message is resent. If, after the sixth resend, the sender still does not receive an acknowledgment from the intended recipient, the interval between acknowledgments is determined by the values of the following entries: SeqResend79Time, SeqResend10Time. The interval between the first three resends is determined by the value of SeqResend13Time.
Note
This entry does not appear in the registry unless you add it or use a program to change its default value.
Caution
Do not change the value of this entry. An inappropriate value can interfere with message delivery.