mirror of https://github.com/apache/activemq.git
fix for failing test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@513758 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2241f2064f
commit
4089d75fb7
|
@ -297,6 +297,7 @@ public class MBeanTest extends EmbeddedBrokerTestSupport {
|
||||||
protected BrokerService createBroker() throws Exception {
|
protected BrokerService createBroker() throws Exception {
|
||||||
BrokerService answer = new BrokerService();
|
BrokerService answer = new BrokerService();
|
||||||
answer.setUseJmx(true);
|
answer.setUseJmx(true);
|
||||||
|
answer.setEnableStatistics(true);
|
||||||
answer.setPersistent(false);
|
answer.setPersistent(false);
|
||||||
answer.addConnector(bindAddress);
|
answer.addConnector(bindAddress);
|
||||||
return answer;
|
return answer;
|
||||||
|
|
Loading…
Reference in New Issue