What's the difference between using the ActiveMQ failover and masterslave transport prefix network of brokers?

2019-07-09 Thread factor
I don't understand the difference between static and masterslave transport prefix a network of brokers. In documentation https://activemq.apache.org/networks-of-brokers.html A common configuration option for a network of brokers is to establish a network bridge between a broker and an n+1 broker

Re: What's the difference between using the ActiveMQ failover and masterslave transport prefix network of brokers?

2019-07-09 Thread Tim Bain
The masterslave: URI prefix is syntactic sugar for failover: plus a few options that new users frequently failed to set. That makes your question: "What's the difference between static: and failover:?" The static transport will connect simultaneously to all brokers in the URI, while the failover t

What's the difference between using the ActiveMQ failover and masterslave transport prefix network of brokers?

2019-07-09 Thread factor
I don't understand the difference between static and masterslave transport prefix a network of brokers. In documentation https://activemq.apache.org/networks-of-brokers.html A common configuration option for a network of brokers is to establish a network bridge between a broker and an n+1 broker