Hi I think you are looking for a general problem with load balancing multiple servers. Its not Camel specific etc. So I think you should look for a more broad solution.
Often to put a load balancer in front of your servers which can detect if a server is down, and redirect to good servers. On Tue, Mar 9, 2010 at 6:57 AM, vcheruvu <[email protected]> wrote: > > Hi, > > I have primary camel server running which can read in data from various > sources, transform data and then write to new datastore. I am trying to > figure out how I can implement fail over support if primary camel server > dies for some reason and secondary server should start reading from various > data sources. I searched for fail over support in Camel and only came > across Load Balancer which doesn't fit my needs. Any idea how I can > implement fail over support in camel. > > Regards, > -Vid- > -- > View this message in context: > http://old.nabble.com/Fail-over-support-tp27831681p27831681.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
