Field | Entry |
Delivery Maximum Retries | Number of times to try to redeliver a document to the partner. Specify an integer greater than 0. |
Wait Between Retries | For immediate delivery, the number of milliseconds to wait before trying to redeliver the document the first time. Specify an integer greater than 0. |
Retry Factor | For immediate delivery, the factor to use when determining how long to wait before making subsequent attempts to redeliver the document. Trading Networks calculates the time to wait by multiplying the last wait time by Retry Factor. Specify an integer greater than zero. For example, the following shows sample values for the reliable delivery settings and how they affect the wait times between attempts to redeliver a document. Delivery Maximum Retries = 3 Wait Between Retries = 10000 ms Retry Factor = 2 Wait until next attempt: Retry 1: 10000 ms Retry 2: 20000 ms Retry 3: 40000 ms |