EIP which has an ExceptionHandler should have a fluent DSL / xml attribute to configure it ------------------------------------------------------------------------------------------
Key: CAMEL-2611 URL: https://issues.apache.org/activemq/browse/CAMEL-2611 Project: Apache Camel Issue Type: New Feature Components: camel-core Reporter: Claus Ibsen Priority: Minor This allows you to configure the exception handler they use, for example the Aggregator. The exception handler is used when processing an aggregated exchange failed. By default it will log at ERROR level. Sometimes you want to be able to configure the logging level or use another error handler, or none at all. Consider having them also auto lookup in Registry if there is exactly one instance of {{org.apache.camel.spi.ExceptionHandler}} and use it as fallback. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.