You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Hadrian Zbarcea (JIRA)" <ji...@apache.org> on 2008/04/17 06:57:43 UTC

[jira] Created: (CAMEL-470) Add error discriminator to determine if retries are necessary

Add error discriminator to determine if retries are necessary
-------------------------------------------------------------

                 Key: CAMEL-470
                 URL: https://issues.apache.org/activemq/browse/CAMEL-470
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-core
    Affects Versions: 1.3.0
            Reporter: Hadrian Zbarcea


A user should be able to discriminate between permanent (its always gonna fail the same way) vs transient (the host might be back next time, you might not get a dead lock etc) errors and retries should only be attempted for the latter.

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


[jira] Resolved: (CAMEL-470) Add error discriminator to determine if retries are necessary

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

Claus Ibsen resolved CAMEL-470.
-------------------------------

    Resolution: Fixed

We have added a {{retryUntil}} predicate you can attach a *onException* to determine if retry should happen or not

See section: retryUntil
http://camel.apache.org/exception-clause.html


> Add error discriminator to determine if retries are necessary
> -------------------------------------------------------------
>
>                 Key: CAMEL-470
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-470
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 1.3.0
>            Reporter: Hadrian Zbarcea
>             Fix For: 2.0.0
>
>
> A user should be able to discriminate between permanent (its always gonna fail the same way) vs transient (the host might be back next time, you might not get a dead lock etc) errors and retries should only be attempted for the latter.

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