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 classJcaPooledConnectionFactoryclassXaPooledConnectionFactoryA 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 classJcaPooledConnectionFactoryclassPooledConnectionFactoryAdd Service and Referenceable and TransportListener to @link{org.apache.activemq.jms.pool.PooledConnectionFactory}classXaPooledConnectionFactoryAdd Service and Referenceable and TransportListener to @link{org.apache.activemq.jms.pool.XaPooledConnectionFactory}
-