the generic jms-pool in 5.9 should work. see: https://github.com/apache/activemq/blob/trunk/activemq-jms-pool/src/main/java/org/apache/activemq/jms/pool/PooledConnectionFactory.java
it is the ActiveMQ pool without any activemq dependency, so it can work with any jms connection factory. On 27 November 2013 12:16, xbhanu <[email protected]> wrote: > Hi, > > I just found out that ActiveMQ's pooled connection factory is not able to > pool AMQP connectionfactory > (org.apache.qpid.amqp_1_0.jms.impl.ConnectionFactoryImpl). > > Can support for this be added to ActiveMQ's PooledConnectionFactory ? > > What do you guys suggest to use instead in the meanwhile? > > Spring's CachingConnectionFactory ?? > > Thanks, > Bhanu > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/How-to-pool-AMQP-connections-tp4674880.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- http://redhat.com http://blog.garytully.com
