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:
Robert Davies 2010-03-18 23:00:03 +00:00
parent d914548559
commit efd6bda979
1 changed files with 1 additions and 1 deletions

View File

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