see the  http://camel.apache.org/load-balancer.html load balancer  page for
details...basically, "The round robin load balancer is not meant to work
with failover, for that you should use the dedicated failover load balancer"

so, see this unit test for an example 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/FailoverRoundRobinTest.java?view=markup
FailoverRoundRobinTest 


anurag_gujral wrote:
> 
> Hi All,
> I am planning to use camel in such a way that it send messages to three
> destinations A,B,C in a round robin manner,what happens if one of the 
> destinations is not available will camel round robin the message between
> the remaining two destinations please suggest.
> Thanks
> Anurag
> 


-----
Ben O'Day
IT Consultant -http://benoday.blogspot.com

--
View this message in context: 
http://camel.465427.n5.nabble.com/Round-Robin-with-Camel-tp4368723p4368747.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to