| Package | Description |
|---|---|
| org.messaginghub.pooled.jms |
A JMS provider which pools Connections and their associated resources.
|
| org.messaginghub.pooled.jms.pool |
| Class and Description |
|---|
| JmsPoolConnection
Represents a proxy
Connection which is-a TopicConnection and
QueueConnection which is pooled and on JmsPoolConnection.close() will return
its reference to the ConnectionPool backing it. |
| JmsPoolConnectionFactory
A JMS provider which pools Connection, Session and MessageProducer instances
so it can be used with tools like Camel or any other project
that is configured using JMS ConnectionFactory resources, connections, sessions and producers are
returned to a pool after use so that they can be reused later without having to undergo the cost
of creating them again.
|
| JmsPoolJMSContext
JMSContext implementation that wraps a JmsPoolConnection
|
| JmsPoolMessageConsumer
A
MessageConsumer which was created by JmsPoolSession. |
| JmsPoolMessageProducer
A pooled
MessageProducer |
| JmsPoolSession |
| JmsPoolSessionEventListener |
| JmsPoolXAConnectionFactory
A pooled connection factory that automatically enlists sessions in the
current active XA transaction if any.
|
| JmsPoolXAJMSContext
XAJMSContext implementation that wraps a JmsPoolConnection
|
| Class and Description |
|---|
| JmsPoolMessageProducer
A pooled
MessageProducer |
JmsPoolQueueSender
QueueSender instance that is created and managed by the PooledConnection. |
| JmsPoolSession |
| JmsPoolTopicPublisher
A
TopicPublisher instance that is created and managed by a PooledConnection. |
Copyright © 2017–2019. All rights reserved.