You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2008/09/08 20:13:52 UTC

[jira] Resolved: (AMQ-1329) SessionPool.returnSession() doesn't check for closed sessions

     [ https://issues.apache.org/activemq/browse/AMQ-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-1329.
-----------------------------

    Fix Version/s: 5.2.0
                       (was: 5.3.0)
       Resolution: Fixed

probably fixed for quite a while. 5.2 does indeed do close check

> SessionPool.returnSession() doesn't check for closed sessions
> -------------------------------------------------------------
>
>                 Key: AMQ-1329
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1329
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 4.1.1
>            Reporter: Sergey Stremin
>            Priority: Minor
>             Fix For: 5.2.0
>
>
> Closing session twice leads to a closed session in a pool.
> Found using spring JmsInvokerClientInterceptor.executeRequest() where session is closed both by QueueRequestor and explicitly:
>    JmsUtils.closeQueueRequestor(requestor);
>    JmsUtils.closeSession(session);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.