cErrorHandler Standard properties - 7.3

Logs and errors (Mediation)

Version
7.3
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Logs and errors components (Mediation)
Data Quality and Preparation > Third-party systems > Logs and errors components (Mediation)
Design and Development > Third-party systems > Logs and errors components (Mediation)
Last publication date
2023-06-12

These properties are used to configure cErrorHandler running in the Standard Job framework.

The Standard cErrorHandler component belongs to the Exception Handling family.

Basic settings

Default Handler

This error handler does not support a dead letter queue and will return exceptions back to the caller.

 

Set Maximum Redeliveries: select this check box to set the number of redeliveries in the Maximum Redeliveries (int) field.

 

Set Redelivery Delay: select this check box to set the initial redelivery delay (in milliseconds) in the Redelivery Delay (long) field.

 

Set Retry Attempted Log Level: select this check box to select the log level in the Level list for log messages when retries are attempted.

 

Asynchronized Delayed Redelivery: select this check box to allow asynchronous delayed redelivery.

 

More Configurations by Code: select this check box to enter codes in the Code box for further configuration.

Dead Letter

This handler supports attempting to redeliver the message exchange a number of times before sending it to a dead letter endpoint.

 

Dead Letter Uri: select this check box to define the endpoint of the dead letter queue.

Other parameters share the same meaning as those of the default handler.

Logging Handler

This handler logs the exceptions.

 

Set Logger Name: select this check box to give a name to the logger in the Name field.

 

Set Log Level: select this check box to decide the log level from the Level list.

Usage

Usage rule

cErrorHandler is used separately or as a middle or end component in a Route. If this component is used separately, it will handle errors in all sub-routes. If this component is used in the middle or end of a sub-route, it will only handle exceptions that happen in the components of this sub-route, either before or after the cErrorHandler.

Limitation

 n/a