You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Darko Tominac <da...@mips.com.hr> on 2017/07/31 10:09:49 UTC

ManagedConnectionProxy: sessionClosed on cleanup failed

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.