Feature Description
A route failure counter starts at zero. This counter is incremented in the following scenarios:
-
When the transaction is attempted using that route times out.
-
When a response is received with the result code matching the configured failure result codes.
The count is decremented each time that a successful response is received. When the failure count exceeds the threshold, the route is marked as failed. Periodically, the route failure count is reduced by a recovery threshold value to allow the failed route to become available.