}
@Test
public void testJaasDualStopWithOpenConnection() throws Exception {
brokerService.setPlugins(new BrokerPlugin[]{new JaasDualAuthenticationPlugin()});
brokerService.addConnector("stomp://0.0.0.0:0?transport.closeAsync=false");
brokerService.start();
final int listenPort = brokerService.getTransportConnectors().get(0).getConnectUri().getPort();
Thread t1 = new Thread() {