fix RestTest failure due to default broker name

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1425736 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2012-12-25 10:53:45 +00:00
parent 49f16ce0eb
commit 0c2b35d6ed
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public class JettyTestSupport extends TestCase {
protected void setUp() throws Exception {
broker = new BrokerService();
broker.setBrokerName("amq-broker");
broker.setPersistent(false);
broker.setUseJmx(true);
tcpUri = new URI(broker.addConnector("tcp://localhost:0").getPublishableConnectString());