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 17:51:02 UTC

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

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.


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

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
    [ 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.