Hi Christian,

Nice work!

I'm wondering if we could achieve something similar using the new kind on
the block, Hazelcast? It seems to be gaining much traction as of late, and
it could be a possible use case for the camel-hazelcast component?

-- Raúl.

On 11 November 2011 14:54, Christian Schneider <ch...@die-schneider.net>wrote:

> 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<http://www.liquid-reality.de/x/XYBe>
>
> The code can be found on github:
> https://github.com/cschneider/**simplecluster<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