[ 
https://issues.apache.org/activemq/browse/CAMEL-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46366#action_46366
 ] 

Hadrian Zbarcea commented on CAMEL-977:
---------------------------------------

@Claus, why do you think this is needed?

My understanding is that for some exceptions that we know about and we'd know 
how to handle, we add the onException and mark them as handled, so the producer 
doesn't get an exception.  But doing it for all of them sounds a bit odd to me. 
 And any way this is as good as using:

onException(Exception.class).handled(true);


> DeadLetterChannel - add handled to its fluent builder
> -----------------------------------------------------
>
>                 Key: CAMEL-977
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-977
>             Project: Apache Camel
>          Issue Type: Sub-task
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to