mirror of https://github.com/apache/activemq.git
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:
parent
7410257c2f
commit
5c20b8ed72
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue