[prev in list] [next in list] [prev in thread] [next in thread] 

List:       activemq-commits
Subject:    svn commit: r580376 -
From:       chirino () apache ! org
Date:       2007-09-28 14:46:50
Message-ID: 20070928144650.852351A9832 () eris ! apache ! org
[Download RAW message or body]

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/mai \
n/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() {        


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic