[
https://issues.apache.org/jira/browse/CAMEL-20568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17827145#comment-17827145
]
Claus Ibsen commented on CAMEL-20568:
-------------------------------------
Something ala
{code}
- routeConfiguration:
id: myEH
errorHandler:
deadLetterChannel:
deadLetterUri: myRouteDLQ
- route:
routeConfigurationId: myEH
from:
uri: activemq:cheese
steps:
- log:
message: ${body}
{code}
> Set errorHandler on route level in YAML DSL
> -------------------------------------------
>
> Key: CAMEL-20568
> URL: https://issues.apache.org/jira/browse/CAMEL-20568
> Project: Camel
> Issue Type: Improvement
> Components: camel-yaml-dsl
> Affects Versions: 4.x
> Reporter: Christoph Deppisch
> Priority: Major
>
> Camel YAML DSL allows to set errorHandler only as global error handler on
> Camel context. We should also allow to set the error handler on a route level.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)