Package org.jencks.amqpool

A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate.

See:
          Description

Class Summary
ConnectionKey A cache key for the connection details
ConnectionPool Holds a real JMS connection along with the session pools associated with it.
JcaConnectionPool  
JcaPooledConnectionFactory  
PooledConnection Represents a proxy Connection which is-a TopicConnection and QueueConnection which is pooled and on PooledConnection.close() will return itself to the sessionPool.
PooledConnectionFactory A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate.
PooledProducer A pooled MessageProducer
PooledQueueSender  
PooledSession  
PooledTopicPublisher  
SessionKey A cache key for the session details
SessionPool Represents the session pool for a given JMS connection.
XaConnectionPool An XA-aware connection pool.
XaPooledConnectionFactory A pooled connection factory that automatically enlists sessions in the current active XA transaction if any.
 

Package org.jencks.amqpool Description

A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate. Note that this package does not deal with pooling of consumers; for that look at a library like Jencks such as in this example



Copyright © 2010 LogicBlaze, Inc.. All Rights Reserved.