For activemq ra component in file
/apache/activemq/ra/ManagedSessionProxy.java
method close().
When cleanup fails connectionProxy.sessionClosed is not executed. Proposed
patch is attached.
public void close() throws JMSException {
if (closed) {
return;
}
cleanup();
connectionProxy.sessionClosed(this);
}
commit-2a1fdb0.commit-2a1fdb0
<http://activemq.2283324.n4.nabble.com/file/n4729055/commit-2a1fdb0.commit-2a1fdb0>
--
View this message in context:
http://activemq.2283324.n4.nabble.com/ManagedConnectionProxy-sessionClosed-on-cleanup-failed-tp4729055.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.