mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4643 - have keepAlive task trap the new suppressreplyexception such that it can stay alive and renew a lease on resumption
This commit is contained in:
parent
dd91e8592e
commit
29b90b5812
|
@ -121,6 +121,8 @@ public abstract class LockableServiceSupport extends ServiceSupport implements L
|
|||
stop = true;
|
||||
}
|
||||
}
|
||||
} catch (SuppressReplyException e) {
|
||||
LOG.warn("locker keepAlive resulted in", e);
|
||||
} catch (IOException e) {
|
||||
LOG.warn("locker keepAlive resulted in", e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue