There are some really good clustering frameworks out there that I've
used in the past to do this kind of thing. Either of following would
be perfect. If you do implement something you might consider donating
it as it would make a nice addition. ;)

http://www.jgroups.org/
or
https://shoal.dev.java.net/

There is a failover routepolicy in the camel-zookeeper component that
might fit your needs but you will need to deploy a Zookeeper cluster.
Its rough and ready as I need to update the documentation yet but the
unit tests should help you along.

http://github.com/sgargan/camel-zookeeper

rgds,

ste

On Mon, Mar 8, 2010 at 11:27 PM, Claus Ibsen <[email protected]> wrote:
> 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
>

Reply via email to