There is low-level API on the FailOverProcessor which can add/remove at runtime.
http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/processor/loadbalancer/LoadBalancerSupport.html#addProcessor(org.apache.camel.Processor)

Though there is no nice high level API to do that. There is a JIRA
ticket about adding JMX APIs for adding/removing endpoints uris.

But the FailOverLB was designed to not be dynamic from the start. But
maybe in a future Camel release it would be easier to add/remove uris
on-the-fly.

You can always implement your own processor to do this today. Or
extend the existing ones and build added logic.

On Wed, Sep 4, 2013 at 5:10 PM, sbo13 <sb...@gmx.de> wrote:
> Has nobody a solution for adding a variable number of endpoints with dynamic
> uris?
>
>
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Problem-with-FailOverLoadBalancer-tp5738515p5738689.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to