The camel route that you have just redirect the request to 3 different service endpoints with a distribution ratio. If you wants the client to access other service endpoint if it cannot access the service endpoint, you need to use the failover instead of roundRobin.
-- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On February 26, 2015 at 8:16:59 PM, sayed_india (sayed.abdulis...@gmail.com) wrote: > Hi, > Thanks for the response. > I am able to resolve the compilation issue with below code but unable to > test ,when I kill the process with 9000 expecting that 9001-2 should be up > and running which is not, please suggest . > > > > > > > > distributionRatioDelimiter="-" /> > > > > > > > Please let me know how to test ensure that it works. > > Thanks > Sayed > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Failover-with-Camel-CXF-tp5723454p5763216.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >