Uses of Class
org.apache.activemq.jms.pool.PooledProducer
-
Packages that use PooledProducer 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. -
-
Uses of PooledProducer in org.apache.activemq.jms.pool
Subclasses of PooledProducer in org.apache.activemq.jms.pool Modifier and Type Class Description class
PooledQueueSender
QueueSender
instance that is created and managed by the PooledConnection.class
PooledTopicPublisher
ATopicPublisher
instance that is created and managed by a PooledConnection.
-