See: Description
Interface | Description |
---|---|
JmsPoolSessionEventListener |
Class | 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.
|
JmsPoolJcaConnectionFactory | |
JmsPoolJMSConsumer |
JMSConsumer implementation backed by a pooled Connection.
|
JmsPoolJMSContext |
JMSContext implementation that wraps a JmsPoolConnection
|
JmsPoolJMSProducer |
JMSProducer implementation back by a pooled Connection.
|
JmsPoolMessageConsumer |
A
MessageConsumer which was created by JmsPoolSession . |
JmsPoolMessageProducer |
A pooled
MessageProducer |
JmsPoolQueueBrowser |
A
QueueBrowser which was created by JmsPoolSession . |
JmsPoolQueueReceiver |
A
QueueReceiver which was created by JmsPoolSession . |
JmsPoolQueueSender |
QueueSender instance that is created and managed by the PooledConnection. |
JmsPoolSession | |
JmsPoolTopicPublisher |
A
TopicPublisher instance that is created and managed by a PooledConnection. |
JmsPoolTopicSubscriber |
A
TopicSubscriber which was created by JmsPoolSession . |
JmsPoolXAConnectionFactory |
A pooled connection factory that automatically enlists sessions in the
current active XA transaction if any.
|
JmsPoolXAJMSContext |
XAJMSContext implementation that wraps a JmsPoolConnection
|
Copyright © 2017–2019. All rights reserved.