mirror of https://github.com/apache/activemq.git
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:
parent
84eb9f8b69
commit
1dc9d9d355
|
@ -106,7 +106,7 @@ public class BrokerService implements Service, Serializable {
|
||||||
public static final String LOCAL_HOST_NAME;
|
public static final String LOCAL_HOST_NAME;
|
||||||
|
|
||||||
private boolean useJmx = true;
|
private boolean useJmx = true;
|
||||||
private boolean enableStatistics = false;
|
private boolean enableStatistics = true;
|
||||||
private boolean persistent = true;
|
private boolean persistent = true;
|
||||||
private boolean populateJMSXUserID = false;
|
private boolean populateJMSXUserID = false;
|
||||||
private boolean useShutdownHook = true;
|
private boolean useShutdownHook = true;
|
||||||
|
|
Loading…
Reference in New Issue