mirror of https://github.com/apache/activemq.git
removed sleep from stop() method
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@371590 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24cce5f0f5
commit
71afa0ded9
|
@ -81,7 +81,6 @@ public class TransportConnection extends AbstractConnection {
|
|||
masterBroker.stop();
|
||||
}
|
||||
transport.oneway(new ShutdownInfo());
|
||||
Thread.sleep(1000);
|
||||
} catch (Exception ignore) {
|
||||
//ignore.printStackTrace();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue