reset enableStatistics=true

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@514140 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-03-03 12:32:25 +00:00
parent 84eb9f8b69
commit 1dc9d9d355
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class BrokerService implements Service, Serializable {
public static final String LOCAL_HOST_NAME;
private boolean useJmx = true;
private boolean enableStatistics = false;
private boolean enableStatistics = true;
private boolean persistent = true;
private boolean populateJMSXUserID = false;
private boolean useShutdownHook = true;