This isn't so much of a camel question but an ActiveMQ and platform
question. Camel doesn't implement things like clustering and failover. That
is outside the scope of the camel framework. Something like asking a Coffee
table what it does to facilitate keeping water out of the basement.

Typically you would resolve those questions outside and then deploy camel
on the solutions. As for the solutions, there are many. Application servers
clustered with camel running as WAR files. Clustered activemq with camel
routes in the lib path. Fabric8 and Fuse or just vanilla Karaf and service
mix.

Choose your platform and tech stack. Then deploy camel on it.

*Robert Simmons Jr. MSc. - Lead Java Architect @ EA*
*Author of: Hardcore Java (2003) and Maintainable Java (2012)*
*LinkedIn: **http://www.linkedin.com/pub/robert-simmons/40/852/a39
<http://www.linkedin.com/pub/robert-simmons/40/852/a39>*


On Tue, Apr 22, 2014 at 1:10 AM, vinod <vinod.geo...@tecnotree.com> wrote:

> Hi All,
> Please help me on the below scenarios:
>
> What are the possible ways to scale up camel as active-active mode with
> Active-MQ clustered(Maser Slave).
>  ( I have 2 camel boxes  with failover active mq(master-slave
> configuration).
>
>
> I tried with 2 active-active camel boxes and single acive-mq, works
> fine(once messages pushed in to the queue, any one of the camel can take it
> and process and the called camel  will respond to the client at the end of
> processing). but this is not happening while I am using failover to connect
> activeMQ. If you have any proposal please share
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/HA-of-Camel-tp5750419.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to