clientMaster should default to true

git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1@580376 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2007-09-28 14:46:49 +00:00
parent 197845c046
commit 16556f17aa
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class ConnectionInfo extends BaseCommand {
protected BrokerId[] brokerPath; protected BrokerId[] brokerPath;
protected boolean brokerMasterConnector; protected boolean brokerMasterConnector;
protected boolean manageable; protected boolean manageable;
protected boolean clientMaster; protected boolean clientMaster = true;
protected transient Object transportContext; protected transient Object transportContext;
public ConnectionInfo() { public ConnectionInfo() {