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


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.

Reply via email to