DeadLetterChannel - Should not mark an Exchange as handled if no handled policy 
was configured
----------------------------------------------------------------------------------------------

                 Key: CAMEL-1449
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1449
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.0.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Critical
             Fix For: 2.0.0


By default the DLC will mark an Exchange as been handled if it could not 
redeliver it and will log it at ERROR level = the default DLC settings.

But it should *not* mark the Exchange as handled, if there has not been 
configured to do so in
- DLC.handled(true)
- onException(Foo.class).handled(true)

So in that regard it will still LOG it at ERROR level but the Exchange seen by 
the original caller, or eg a FileConsumer will still se the Exchange as both 
failed and *not handled*.

Only if end user configure the route to use handled(true) it should mark the 
Exchange as handled.

-- 
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