mirror of https://github.com/apache/activemq.git
patch applied for https://issues.apache.org/activemq/browse/AMQ-1300
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1@551847 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a9223e42eb
commit
eb9f1d02c7
|
@ -147,8 +147,8 @@ public class InactivityMonitor extends TransportFilter {
|
||||||
public void onException(IOException error) {
|
public void onException(IOException error) {
|
||||||
if( monitorStarted.get() ) {
|
if( monitorStarted.get() ) {
|
||||||
stopMonitorThreads();
|
stopMonitorThreads();
|
||||||
getTransportListener().onException(error);
|
|
||||||
}
|
}
|
||||||
|
getTransportListener().onException(error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue