Uses of Package
org.apache.activemq.pool

Packages that use org.apache.activemq.pool
org.apache.activemq.pool A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate
 

Classes in org.apache.activemq.pool used by org.apache.activemq.pool
ConnectionKey
          A cache key for the connection details
ConnectionPool
          Holds a real JMS connection along with the session pools associated with it.
PooledConnection
          Represents a proxy Connection which is-a TopicConnection and QueueConnection which is pooled and on PooledConnection.close() will return itself to the sessionPool.
PooledProducer
          A pooled MessageProducer
PooledSession
           
SessionKey
          A cache key for the session details
SessionPool
          Represents the session pool for a given JMS connection.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.