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:
Robert Davies 2007-03-02 13:43:58 +00:00
parent 2241f2064f
commit 4089d75fb7
1 changed files with 1 additions and 0 deletions

View File

@ -297,6 +297,7 @@ public class MBeanTest extends EmbeddedBrokerTestSupport {
protected BrokerService createBroker() throws Exception {
BrokerService answer = new BrokerService();
answer.setUseJmx(true);
answer.setEnableStatistics(true);
answer.setPersistent(false);
answer.addConnector(bindAddress);
return answer;