[esb-issues] [JBoss JIRA] Created: (JBESB-2613) JmsConnectionPool no longer recovers connection

Kevin Conner (JIRA) jira-events at lists.jboss.org
Tue Jun 9 15:11:29 EDT 2009


JmsConnectionPool no longer recovers connection
-----------------------------------------------

                 Key: JBESB-2613
                 URL: https://jira.jboss.org/jira/browse/JBESB-2613
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Transports
    Affects Versions: 4.4 CP2
            Reporter: Kevin Conner
            Assignee: Kevin Conner
             Fix For: 4.4 CP3


Cleaning the session pool previously cleared out the pool information, finally closing down the connection.  A new attempt to acquire a session would have re-established the missing connection.

The session handling has been moved to a new class but the connection creation is still in the original.  We need to move this under the new class so that missing connections can be re-established.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list