Timothy Bish created AMQ-4019:
---------------------------------

             Summary: Make better use of commons-pool in activemq-pool
                 Key: AMQ-4019
                 URL: https://issues.apache.org/jira/browse/AMQ-4019
             Project: ActiveMQ
          Issue Type: Improvement
          Components: activemq-pool
    Affects Versions: 5.6.0
            Reporter: Timothy Bish
            Assignee: Timothy Bish
            Priority: Minor
             Fix For: 5.7.0


Currently activemq-pool uses only a tiny portion of the functionality that's 
available in commons-pool opting instead to reinvent a lot of things that now 
exists there such as keyed object pools.  We can refactor the current codebase 
to better use common-pool.  This allows for easily adding features like 
enabling async checks for Connections that have idled out and removing them 
from the pool as well as adding more diagnostic methods to our API and using a 
well tested pooling backend instead of our own custom code.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to