mirror of https://github.com/apache/activemq.git
Fix compile failure after back ports/cherry-picks
This commit is contained in:
parent
7eb9b218b2
commit
82e12f0e5f
|
@ -111,7 +111,7 @@ public class StompTestSupport {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void startBroker() throws Exception {
|
public void startBroker() throws Exception {
|
||||||
createBroker();
|
createBroker(true);
|
||||||
|
|
||||||
XStreamBrokerContext context = new XStreamBrokerContext();
|
XStreamBrokerContext context = new XStreamBrokerContext();
|
||||||
brokerService.setBrokerContext(context);
|
brokerService.setBrokerContext(context);
|
||||||
|
|
|
@ -67,7 +67,7 @@ public class FailoverTimeoutTest {
|
||||||
bs.stop();
|
bs.stop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected String getTransportUri() {
|
protected String getTransportUri() {
|
||||||
return "tcp://localhost:0";
|
return "tcp://localhost:0";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue