Don't count-down the shutdown latch early. 

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1406355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2012-11-06 21:49:48 +00:00
parent 7410257c2f
commit 5c20b8ed72
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ public abstract class DemandForwardingBridgeSupport implements NetworkBridge, Br
public void run() {
try {
localBroker.oneway(new ShutdownInfo());
sendShutdown.countDown();
remoteBroker.oneway(new ShutdownInfo());
} catch (Throwable e) {
LOG.debug("Caught exception sending shutdown", e);