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:
Robert Davies 2006-01-23 16:48:10 +00:00
parent 24cce5f0f5
commit 71afa0ded9
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ public class TransportConnection extends AbstractConnection {
masterBroker.stop();
}
transport.oneway(new ShutdownInfo());
Thread.sleep(1000);
} catch (Exception ignore) {
//ignore.printStackTrace();
}