mirror of https://github.com/apache/activemq.git
apply patch for https://issues.apache.org/jira/browse/AMQ-3074
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1143535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f232ceced0
commit
1ec990575d
|
@ -1452,6 +1452,10 @@ public class TransportConnection implements Connection, Task, CommandVisitor {
|
||||||
return this.duplexNetworkConnectorId;
|
return this.duplexNetworkConnectorId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isStopping() {
|
||||||
|
return stopping.get();
|
||||||
|
}
|
||||||
|
|
||||||
protected CountDownLatch getStopped() {
|
protected CountDownLatch getStopped() {
|
||||||
return stopped;
|
return stopped;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue