[
https://issues.apache.org/activemq/browse/CAMEL-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46052#action_46052
]
Claus Ibsen commented on CAMEL-122:
-----------------------------------
I think if we need full DSL support using the same name as java DSL then there
are many xml elements to add, and what if end-users mix/match with this and the
errorHandlerRef stuff? Then it gets complicated.
However maybe we can not do complex error handling routing as in Java DSL. How
do you do this?
{code}
errorHandler(deadLetterChannel()).processRef(myErrorProcessor).to("bean:someBean).to("file://backup/errror");
{code}
beware of syntax error as Firefox does not have code intellisence ;)
> port the error handler / dead letter channel / redelivery policy over to
> JAXB2 so you can fully customize it via XML
> --------------------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-122
> URL: https://issues.apache.org/activemq/browse/CAMEL-122
> Project: Apache Camel
> Issue Type: Task
> Components: camel-core
> Reporter: James Strachan
> Assignee: Hadrian Zbarcea
> Fix For: 1.5.0
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.