Guaranteed delivery on the Broker simply assures that Broker won’t lose the document. Simply, when an adapter or IS publish a document to the Broker and the Broker returns a positive ack, the document is guaranteed to be safely stored in Broker storage on disk. From the Broker out, guaranteed means the Broker supplied the document to the retrivieng adapter or IS and received a positive ack.
Guaranteed delivery on IS means that IS will guarantee that it will invoke the configured service for a document (processing or delivery) and will do so until that service successfully executes (no errors thrown).
TN delivery services and the Process Engine use the IS guaranteed facilities.
The scope of these gaurantees are at the communication boundaries of Broker and IS. Broker guarantee only assures that the Broker won’t lose the document. IS guarantee only assures that the intended service was executed without error (which may or may not give any indication whatsoever that the document was delivered to its intended third party).
The Guaranteed Delivery Developer User’s Guide has the details for IS.
#Universal-Messaging-Broker#Integration-Server-and-ESB#broker#webMethods