| 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 |
| Class and Description |
|---|
| ConnectionKey
A cache key for the connection details
|
| ConnectionPool
Holds a real JMS connection along with the session pools associated with it.
|
| GenericResourceManager
This class allows wiring the ActiveMQ broker and the Geronimo transaction manager
in a way that will allow the transaction manager to correctly recover XA transactions.
|
| PooledConnectionFactory
A JMS provider which pools Connection, Session and MessageProducer instances
so it can be used with tools like Camel and Spring's
JmsTemplate and MessagListenerContainer.
|
| PooledProducer
A pooled
MessageProducer |
| PooledSession |
| SessionKey
A cache key for the session details used to locate PooledSession intances.
|
| XaConnectionPool
An XA-aware connection pool.
|
| XaPooledConnectionFactory
A pooled connection factory that automatically enlists
sessions in the current active XA transaction if any.
|
| Class and Description |
|---|
| GenericResourceManager
This class allows wiring the ActiveMQ broker and the Geronimo transaction manager
in a way that will allow the transaction manager to correctly recover XA transactions.
|
| PooledConnection
Represents a proxy
Connection which is-a TopicConnection and
QueueConnection which is pooled and on PooledConnection.close() will return
its reference to the ConnectionPool backing it. |
| PooledConnectionFactory
A JMS provider which pools Connection, Session and MessageProducer instances
so it can be used with tools like Camel and Spring's
JmsTemplate and MessagListenerContainer.
|
| XaPooledConnectionFactory
A pooled connection factory that automatically enlists
sessions in the current active XA transaction if any.
|
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.