Uses of Class
org.apache.activemq.jms.pool.PooledConnectionFactory
-
Packages that use PooledConnectionFactory 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 PooledConnectionFactory in org.apache.activemq.jms.pool
Subclasses of PooledConnectionFactory in org.apache.activemq.jms.pool Modifier and Type Class Description class
JcaPooledConnectionFactory
class
XaPooledConnectionFactory
A pooled connection factory that automatically enlists sessions in the current active XA transaction if any. -
Uses of PooledConnectionFactory in org.apache.activemq.pool
Subclasses of PooledConnectionFactory in org.apache.activemq.pool Modifier and Type Class Description class
JcaPooledConnectionFactory
class
PooledConnectionFactory
Add Service and Referenceable and TransportListener to @link{org.apache.activemq.jms.pool.PooledConnectionFactory}class
XaPooledConnectionFactory
Add Service and Referenceable and TransportListener to @link{org.apache.activemq.jms.pool.XaPooledConnectionFactory}
-