You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/07/06 13:12:07 UTC

[jira] Created: (CAMEL-1803) RedeliverErrorHandler - Should remove redeliver headers is failure processor is handling the caused exception

RedeliverErrorHandler - Should remove redeliver headers is failure processor is handling the caused exception
-------------------------------------------------------------------------------------------------------------

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


If for instance an onException() is handling a given exception the traces of the redelivery headers should be removed from the message.
As if the exchange will fail yet another again then it will continue using counters from where the old left. It should start from 0 again.



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


[jira] Resolved: (CAMEL-1803) RedeliverErrorHandler - Should remove redeliver headers is failure processor is handling the caused exception

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1803.
--------------------------------

    Resolution: Fixed

trunk: 791456.

> RedeliverErrorHandler - Should remove redeliver headers is failure processor is handling the caused exception
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1803
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1803
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.6.1, 2.0-M2
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> If for instance an onException() is handling a given exception the traces of the redelivery headers should be removed from the message.
> As if the exchange will fail yet another again then it will continue using counters from where the old left. It should start from 0 again.

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