Uses of Interface
org.apache.activemq.EnhancedConnection

Packages that use EnhancedConnection
org.apache.activemq The core JMS client API implementation classes. 
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
 

Uses of EnhancedConnection in org.apache.activemq
 

Classes in org.apache.activemq that implement EnhancedConnection
 class ActiveMQConnection
           
 class ActiveMQXAConnection
          The XAConnection interface extends the capability of Connection by providing an XASession (optional).
 

Uses of EnhancedConnection in org.apache.activemq.pool
 

Classes in org.apache.activemq.pool that implement EnhancedConnection
 class PooledConnection
          Represents a proxy Connection which is-a TopicConnection and QueueConnection which is pooled and on PooledConnection.close() will return itself to the sessionPool.
 



Copyright © 2005-2012. All Rights Reserved.