Re: Activemq Clustering and failover

2012-02-09 Thread Abimael
and have no ideas. I guess that I'm not alone, as another person started this thread. thanks in advance -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-Clustering-and-failover-tp4326849p4373786.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Activemq Clustering and failover

2012-02-09 Thread Matt Pavlovich
and have no ideas. I guess that I'm not alone, as another person started this thread. thanks in advance -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-Clustering-and-failover-tp4326849p4373786.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Activemq Clustering and failover

2012-02-09 Thread Matt Pavlovich
to restart my consumer app (tomcat based app) to make it working. I am using activemq 5.2 Thanks, Chaitanya -Original Message- From: Matt Pavlovich [mailto:mattr...@gmail.com] Sent: Wednesday, January 25, 2012 9:15 PM To: users@activemq.apache.org Subject: Re: Activemq Clustering and failover

Re: Activemq Clustering and failover

2012-02-07 Thread Matt Pavlovich
On 2/7/12 11:32 AM, Abimael wrote: Any news ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-Clustering-and-failover-tp4326849p4365514.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Activemq Clustering and failover

2012-02-03 Thread Abimael
I was testing ActiveMQ HA ( I recall that I showed to my boss). I really do not understand and , most probably is my fault, but I am not able to see where is the problem. Thank you very much -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-Clustering-and-failover

RE: Activemq Clustering and failover

2012-02-02 Thread Chaitanya Gupta
9:15 PM To: users@activemq.apache.org Subject: Re: Activemq Clustering and failover Chaitanya- There are several solutions for this, and I suggest starting with just two brokers connected via network connectors. On the client side, you configure the clients to point to both brokers

RE: Activemq Clustering and failover

2012-02-02 Thread Abimael
: http://activemq.2283324.n4.nabble.com/Activemq-Clustering-and-failover-tp4326849p4352501.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

RE: Activemq Clustering and failover

2012-02-02 Thread Abimael
: http://activemq.2283324.n4.nabble.com/Activemq-Clustering-and-failover-tp4326849p4352531.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

RE: Activemq Clustering and failover

2012-02-02 Thread Abimael
, the consumer had FINISHED . I know that if I restart consumer it will be able to get the old messages (as I am using durable topic) and continue with the new BUT, I do not know why it went down . Regards -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-Clustering

Re: Activemq Clustering and failover

2012-02-02 Thread Matt Pavlovich
. I know that if I restart consumer it will be able to get the old messages (as I am using durable topic) and continue with the new BUT, I do not know why it went down . Regards -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-Clustering-and-failover

Activemq Clustering and failover

2012-01-25 Thread Chaitanya Gupta
Hi, I have an application deployed in clustered env (say app server1, app server2). I also have activemq running on server1 and server2 so I have 2 brokers (one queue on each broker). App on server1 can write to any of the queue (Q1, Q2) but will consume only messages on Q1. We are looking

Re: Activemq Clustering and failover

2012-01-25 Thread Matt Pavlovich
Chaitanya- There are several solutions for this, and I suggest starting with just two brokers connected via network connectors. On the client side, you configure the clients to point to both brokers and they will automatically fail-over to the live broker if you are doing maintenance.