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.

Reply via email to