Uses of Class
org.apache.activemq.jms.pool.PooledConnection
-
Packages that use PooledConnection Package Description org.apache.activemq.jms.pool A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate.org.apache.activemq.pool -
-
Uses of PooledConnection in org.apache.activemq.jms.pool
Methods in org.apache.activemq.jms.pool that return PooledConnection Modifier and Type Method Description PooledConnection
PooledConnection. newInstance()
Factory method to create a new instance. -
Uses of PooledConnection in org.apache.activemq.pool
Subclasses of PooledConnection in org.apache.activemq.pool Modifier and Type Class Description class
PooledConnection
-