Try to avoid JMX issue on StompTest

This commit is contained in:
jbonofre 2020-11-18 11:41:40 +01:00
parent 8c384676a8
commit 357794801c
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,9 @@ public class StompTestSupport {
} }
public void startBroker() throws Exception { public void startBroker() throws Exception {
if (brokerService != null) {
stopBroker();
}
createBroker(true); createBroker(true);
XStreamBrokerContext context = new XStreamBrokerContext(); XStreamBrokerContext context = new XStreamBrokerContext();