Re: Connecting to Master/Slave from client libs (MQTT, STOMP etc.) and failover

2014-05-16 Thread Hiram Chirino
On Wed, May 14, 2014 at 4:12 PM, paddycarman wrote: > Hi All, > In a Master/Slave setup AFAIK, the individual brokers have different IP > addresses. Let's say that a device would like to connect to a Master/Slave > setup using a client lib (say MQTT). How do we do failover in this case? As > far

Re: Connecting To Master

2007-09-22 Thread Mario Siegenthaler
Hi If you're using ActiveMQs master-slave then a slave will never have it's transport connector up. This is archived by a database lock or file lock or by having the slave checking the master (pure master slave). See http://activemq.apache.org/masterslave.html So you can just use the failover proto