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
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
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