[
https://issues.apache.org/activemq/browse/CAMEL-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39918
]
James Strachan commented on CAMEL-97:
-------------------------------------
Documentation here: http://cwiki.apache.org/CAMEL/exception-clause.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.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.