From 16556f17aaf2b98e7d364627cefae35d91e26671 Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Fri, 28 Sep 2007 14:46:49 +0000 Subject: [PATCH] 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 --- .../main/java/org/apache/activemq/command/ConnectionInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java b/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java index fb123dbb50..875e8d4e4f 100755 --- a/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java +++ b/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java @@ -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() {