mirror of https://github.com/apache/activemq.git
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:
parent
197845c046
commit
16556f17aa
|
@ -36,7 +36,7 @@ public class ConnectionInfo extends BaseCommand {
|
|||
protected BrokerId[] brokerPath;
|
||||
protected boolean brokerMasterConnector;
|
||||
protected boolean manageable;
|
||||
protected boolean clientMaster;
|
||||
protected boolean clientMaster = true;
|
||||
protected transient Object transportContext;
|
||||
|
||||
public ConnectionInfo() {
|
||||
|
|
Loading…
Reference in New Issue