I checked the load balancer documentation for apache. It looks pretty good
for my use case. However I have few queries for which I couldn't find
answers in the documentation:

1. In my understanding, for apache to failover and use other routes, all the
routes should be active. Am I correct? or is it so that the route becomes
active i.e. the connection is made only when there is need for that route?

2. Suppose I have 2 routes (say, A and B) added in the list. I want to try
A, if it fails, then B. Then if B fails I want to wait for (let say ) 3s and
then again start with A continuing to B (if A fails) and so on. So, after
trying all the routes I want to wait for some time before it resumes to try
again all the connections from beginning. Is it possible to implement this
strategy with currently available configurations?

Looking forward to reply.
Thanks.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Switch-to-route-in-case-original-route-fails-tp5777511p5778147.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to