replicated static master/slave - which is the correct URI for an artemis-jms-client?

2019-07-09 Thread Frank Meilinger
Hello,  I've followed the test setup and installed a replicated static master/slave environment (like documented here: https://github.com/jbossdemocentral/amq-ha-replicated-demo). Version is Artemis 2.7.0. Both master and slave processes start without errors.  Now I try to find out which is th

Re: Master / Slave failover - Client connections don't re-connect - using CORE API

2019-07-09 Thread bob.sandif...@sirsidynix.com
OK - I have it working. There was indeed a problem with the ActiveMQ servers master / slave configs in the broker.xml files for each. The sections , were entirely missing, and the only had the local host defined, and not the other one. Thank you Justin for pointing me in the right direction!

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