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/10 18:15:02 UTC

[jira] Commented: (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:comment-tabpanel#action_39899 ] 

James Strachan commented on CAMEL-97:
-------------------------------------

for more background see: http://www.nabble.com/Exception-based-routing-tf4226796s22882.html

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