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.

Reply via email to