[jboss-jira] [JBoss JIRA] Created: (JBAS-4381) Change the JMS resource adapter to better re-use resources internally

Adrian Brock (JIRA) jira-events at lists.jboss.org
Mon Apr 30 11:43:30 EDT 2007


Change the JMS resource adapter to better re-use resources internally
---------------------------------------------------------------------

                 Key: JBAS-4381
                 URL: http://jira.jboss.com/jira/browse/JBAS-4381
             Project: JBoss Application Server
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: JCA service
            Reporter: Adrian Brock


Currently in the JMS resource adapter it always creates a connection for each session.

This is mainly because it implements the pooling at the session level, but some of the pooling parameters
are specified on the connection, i.e. user/password/client id.

Ideally, the pooled sessions should be able to share the same connection if they have the same parameters
at the connection level.

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

        



More information about the jboss-jira mailing list