You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2007/08/13 16:27:22 UTC

[jira] Resolved: (CAMEL-97) allow per-exception based RedeliveryPolicies to be defined and configured nicely via the DSL

     [ https://issues.apache.org/activemq/browse/CAMEL-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan resolved CAMEL-97.
---------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.2.0)
                   1.1.0

see the test case https://svn.apache.org/repos/asf/activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RedeliveryPolicyPerExceptionTest.java 

> allow per-exception based RedeliveryPolicies to be defined and configured nicely via the DSL
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-97
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-97
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.1.0
>
>
> e.g. something like
> {code}
> exception(Validation.class).maximumRetries(3);
> from("foo").to("bar");
> {code}

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