Re: activemq in a 2 node cluster

2014-07-19 Thread Jean-Baptiste Onofré
Hi Sanjit, if you use a network of brokers, you can use failover URI on the network connector, if you enable conduit subscription, the message will be sent to one broker, and only fallback to the second one if the first one is down. Regards JB On 07/18/2014 11:25 PM, Sanjit Mohanty wrote: H

Re: activemq in a 2 node cluster

2014-07-19 Thread Sanjit Mohanty
Could anyone help me here? _Sanjit On Sat, Jul 19, 2014 at 2:55 AM, Sanjit Mohanty wrote: > Hi, >I've topic message listeners running in both the nodes of a cluster. > Both of them are listening onto the same topic. > > But my requirement is I want only one of the message listener should >

Re: Activating consumer for each message groups

2014-07-19 Thread Yin Wang
If you have existing messages in the broker and add consumers at a later stage, it is a good idea to delay message dispatch start until all consumers are present (or at least to give enough time for them to subscribe). If you don't do that the first consumer will probably acquire all message groups