Author: chirino
Date: Fri Sep 28 07:46:49 2007
New Revision: 580376
URL: http://svn.apache.org/viewvc?rev=580376&view=rev
Log:
clientMaster should default to true
Modified:
activemq/branches/activemq-4.1/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java
Modified:
activemq/branches/activemq-4.1/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java
URL:
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java?rev=580376&r1=580375&r2=580376&view=diff
==============================================================================
---
activemq/branches/activemq-4.1/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java
(original)
+++
activemq/branches/activemq-4.1/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java
Fri Sep 28 07:46:49 2007
@@ -36,7 +36,7 @@
protected BrokerId[] brokerPath;
protected boolean brokerMasterConnector;
protected boolean manageable;
- protected boolean clientMaster;
+ protected boolean clientMaster = true;
protected transient Object transportContext;
public ConnectionInfo() {