Channel Retry
The Channel Retry configuration category includes the following configurable options:
Retry Channel Name
Retry Delay(ms)
Failure Channel Name
Maximum Delay(ms) between attempts.
Retry Strategy
Maximum amount of retry attempts.
Retriable Exceptions
|
Retry Channel Name |
|
|
STRING | |
The name of Kafka topic or ActiveMQ queue where inbound resources are sent when a failure occurs during processing of an incoming resource. | |
(no default) | |
|
|
Retry Delay(ms) |
|
|
POSITIVE_INTEGER | |
The minimum amount of time to wait (milliseconds) between retry attempts. | |
0
|
|
|
|
Failure Channel Name |
|
|
STRING | |
The name of Kafka topic or ActiveMQ queue where resources are sent after they have exceeded the maximum number of retry attempts, and have still not been successfully processed. | |
(no default) | |
|
|
Maximum Delay(ms) between attempts. |
|
|
POSITIVE_INTEGER | |
The maximum amount of time to wait (milliseconds) between retry attempts. This provides an upper limit for exponential backoff. | |
0
|
|
|
|
Retry Strategy |
|
|
ENUM | |
Values |
|
Which backoff strategy to attempt during retries. Valid options are CONSTANT and EXPONENTIAL
|
|
CONSTANT
|
|
|
|
Maximum amount of retry attempts. |
|
|
POSITIVE_INTEGER | |
The maximum amount of times to attempt import before considering a message failed. | |
0
|
|
|
|
Retriable Exceptions |
|
|
STRING_MULTILINE | |
A list of Exception classes that indicate processing should be retried. Add one per line. | |
(no default) | |
|