mirror of https://github.com/apache/activemq.git
default updateClusterClients = false - to ensure JUnit tests pass - which rely on a defined failover:// list
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@925035 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d914548559
commit
efd6bda979
|
@ -67,7 +67,7 @@ public class TransportConnector implements Connector, BrokerServiceAware {
|
|||
private boolean disableAsyncDispatch;
|
||||
private boolean enableStatusMonitor = false;
|
||||
private Broker broker;
|
||||
private boolean updateClusterClients = true;
|
||||
private boolean updateClusterClients = false;
|
||||
private boolean rebalanceClusterClients;
|
||||
private boolean updateClusterClientsOnRemove = false;
|
||||
private String updateClusterFilter;
|
||||
|
|
Loading…
Reference in New Issue