The <errorHandler> allows you to modify its configuration at runtime
using JMX. This way you can change the maximum redeliveries

On Thu, Jun 20, 2013 at 8:07 PM, swwyatt <steven.wy...@sungard.com> wrote:
> Given a redelivery policy contained within an onException, is there a way to
> modify the policy attributes at runtime? I want to be able to set the
> maximumRedeliveries specifically.
>
>
>                         <onException>
>                                 <exception>java.lang.Exception</exception>
>                                 <redeliveryPolicy maximumRedeliveries="1"/>
>                         </onException>
>
> v2.8.1
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Runtime-modification-of-redelivery-policy-tp5734454.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
www.camelone.org: The open source integration conference.

Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to