Hi all,

in most cases when you use camel in production you have to provide some fault tolerence or high availability.
So that could be easy by just deploying the camel route to two servers.

In some cases though you have to make sure that only one of the routes is running at any time. For example if you use a jpa consumer and want to make sure that your messages keep in sequence then you can not simply start it twice.

As I already had this problem some times I finally decided to write a small project "simplecluster" that solves this problem.

See my article on:
http://www.liquid-reality.de/x/XYBe

The code can be found on github:
https://github.com/cschneider/simplecluster

Christian

--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
Talend Application Integration Division http://www.talend.com

Reply via email to