Re: Questions about Networks of brokers and fail-over scenarios

2012-03-14 Thread pollotek
Thank you both for the quick responses, they were very useful and quick. I just have one more detail to ask about. In the case where broker1 has no consumers and broker2 has consumers, the messages are forwarded automatically to broker2. If one consumer gets attached to broker1 the messages get di

RemoteJMXBrokerFacade with failover

2012-03-14 Thread farhad
Hi guys, I have a shell jmx client which uses the RemoteJMXBrokerFacade to connect to a (jdbc) master-slave pair of activemq brokers. The application runs with the following two properties: -Dwebconsole.jmx.url=service:jmx:rmi://host1:11098/jndi/rmi://host1:11099/jmxrmi,service:jmx:rmi://host2:1109

Re: Questions about Networks of brokers and fail-over scenarios

2012-03-14 Thread Torsten Mielke
Hello, please find answers inline. On Mar 14, 2012, at 8:07 AM, pollotek wrote: > Hi all, > > I am trying to set up a fault tolerant horizontaly scalable architecture > with ActiveMQ servers. I see that I can setup a horizontally extensible > ActiveMQ Network of Brokers by having the consumers

Re: Questions about Networks of brokers and fail-over scenarios

2012-03-14 Thread Gary Tully
answers inline: On 14 March 2012 07:07, pollotek wrote: > Hi all, > > I am trying to set up a fault tolerant horizontaly scalable architecture > with ActiveMQ servers. I see that I can setup a horizontally extensible > ActiveMQ Network of Brokers by having the consumers connect to a random > fail

Questions about Networks of brokers and fail-over scenarios

2012-03-14 Thread pollotek
Hi all, I am trying to set up a fault tolerant horizontaly scalable architecture with ActiveMQ servers. I see that I can setup a horizontally extensible ActiveMQ Network of Brokers by having the consumers connect to a random failover broker with something like this (say start with for 2 brokers):