IMPORTANT: This article contains information about modifying the registry. Before you
modify the registry, make sure to back it up and make sure that you understand how to restore
the registry if a problem occurs. For information about how to back up, restore, and edit the
registry, click the following article number to view the article in the Microsoft Knowledge Base:
256986 Description of the Microsoft Windows Registry
SUMMARY
Microsoft BizTalk Server Reliable Messaging is a feature of the BizTalk Framework 2.0 protocol that supports guaranteed, one-time-only delivery of documents in heterogeneous environments across the Internet. In accordance with the BizTalk Framework specification, documents that are wrapped in a Reliable SOAP envelope are automatically configured with an
ExpiresAT value that marks the time at which the document is no longer considered valid for delivery.
The
ExpiresAT value for a Reliable document is determined by the following formula:
expiration time = total tries * retry interval * 2
The total number of tries is the number of configured retries plus one for the first try. For example, if you configure a Messaging Channel with four retries at a two-minute interval, the document expiration time is the following:
(4 + 1) tries * 2 minutes * 2 = 20 minutes
When the
ExpiresAT value of a Reliable document has been exceeded, you cannot resubmit the document for transmission to a trading partner. Under certain circumstances, you may want to override the default calculated
ExpiresAT value for Reliable messages that you send from your BizTalk Server. To override the default calculated
ExpiresAT value for Reliable messages on the BizTalk Server computer that sends the messages, change the registry key as described in the "More Information" section of this article.