Hi,

we want to setup ActiveMQ in master/slave with replicated LevelDB and
ZooKeeper as described  here
<http://activemq.apache.org/replicated-leveldb-store.html>  

In the official documentation it says:

/Clients should be using the Failover Transport to connect to the broker
nodes in the replication cluster. e.g. using a URL something like the
following:
     failover:(tcp://broker1:61616,tcp://broker2:61616,tcp://broker3:61616)
/


We want instead of specifying the URL using the failover protocol, to use
our F5 load-balancer's address, which will have a pool of all the brokers.

Will it work fine? Is this recommended?

Thanks



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Master-Slave-with-repliacated-LevelDB-ZooKeeper-and-F5-load-balancer-tp4691209.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to