On Thu, Aug 5, 2010 at 7:55 PM, Sri <[email protected]> wrote: > > Hello, > > I am using Actvie MQ for the messaging and there are two consumers for this > ActiveMQ. > > When the Active MQ is down or if I restart the ActiveMQ , I have to restart > the consumers as well . is there any way that I can handle , ie when > ActiveMQ restarts , the consumer should automatically consume the messages > with out restarting it. >
The is a failover support on the JMS consumer. http://activemq.apache.org/failover-transport-reference.html > Thanks in advance. > > Regards > Sri > -- > View this message in context: > http://camel.465427.n5.nabble.com/Consumers-need-to-restart-when-ActivemQ-restarts-tp2265729p2265729.html > Sent from the Camel - Users (activemq) 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
