mirror of https://github.com/apache/activemq.git
Try to avoid JMX issue on StompTest
This commit is contained in:
parent
8c384676a8
commit
357794801c
|
@ -119,6 +119,9 @@ public class StompTestSupport {
|
|||
}
|
||||
|
||||
public void startBroker() throws Exception {
|
||||
if (brokerService != null) {
|
||||
stopBroker();
|
||||
}
|
||||
createBroker(true);
|
||||
|
||||
XStreamBrokerContext context = new XStreamBrokerContext();
|
||||
|
|
Loading…
Reference in New Issue