HKLM\SOFTWARE\Microsoft\MSMQ\Parameters
Data type | Range | Default value |
---|---|---|
REG_DWORD | 0x0 - 0xFFFFFFFF seconds | 0x5460 (21,600 seconds = 6 hours) |
Determines how often outgoing, transacted messages are resent because they are unacknowledged.
The value of this entry specifies the interval between resends for the tenth and subsequent resend attempts. If the sender still does not receive an acknowledgement from the intended recipient, the message is resent at the rate specified by this value until it times out.
The interval between earlier resends is determined by the values of the following entries: SeqResend13Time, SeqResend46Time, SeqResend79Time.
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.