Hi I suggest to read the docs about this eip as Camel offers different kinds http://camel.apache.org/load-balancer.html
Such as the failover LB. On Mon, Dec 17, 2012 at 7:59 PM, santhosh <[email protected]> wrote: > I was in interview asked a real time use case for camel. > There are three webservice endpoints A ,B ,C .How would achieve failover > between these points.I answered > I told i will use the load balancer.Dont mind the syntax > <loadbalancer> > <roundrobin> > <to uri="endpointA"/> > <to uri="endpointB"/> > <to uri="endpointC"/> > </roundrobin> > </loadbalancer> > > But the interviewer said he wanted failover strictly like a master and only > if master fails it should go to slave. > Do we have something like that in camel like activemq can configure failover > url. > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-failover-for-Webservice-endpoint-tp5724252.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
