SeqResend79Time
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
HKLM\SOFTWARE\Microsoft\MSMQ\Parameters
Data type | Range | Default value |
---|---|---|
REG_DWORD |
0x0–0xFFFFFFFF seconds |
0x708 (1800 seconds = 30 minutes) |
Specifies how often outgoing, transacted messages are resent because they are unacknowledged.
The value of this entry specifies the interval between resends for the seventh, eighth, and ninth times the message is resent. If, after the ninth resend, the sender still does not receive an acknowledgment from the intended recipient, then the interval between acknowledgments is determined by the value of SeqResend10Time.
The interval between earlier resends is determined by the values of the following entries: SeqResend13Time, SeqResend46Time.
This entry does not exist in the registry by default. You can add it by using the registry editor Regedit.exe.
Caution
- Do not change the value of this entry. An inappropriate value can interfere with message delivery.