mirror of https://github.com/apache/activemq.git
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:
parent
49f16ce0eb
commit
0c2b35d6ed
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue