Package org.messaginghub.pooled.jms
package org.messaginghub.pooled.jms
A JMS provider which pools Connections and their associated resources.
-
ClassDescriptionRepresents a proxy
Connectionwhich is-aTopicConnectionandQueueConnectionwhich is pooled and onJmsPoolConnection.close()will return its reference to the ConnectionPool backing it.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.JMSConsumer implementation backed by a pooled Connection.JMSContext implementation that wraps a JmsPoolConnectionJMSProducer implementation back by a pooled Connection.AMessageConsumerwhich was created byJmsPoolSession.A pooledMessageProducerAQueueBrowserwhich was created byJmsPoolSession.AQueueReceiverwhich was created byJmsPoolSession.QueueSenderinstance that is created and managed by the PooledConnection.ATopicPublisherinstance that is created and managed by a PooledConnection.ATopicSubscriberwhich was created byJmsPoolSession.A pooled connection factory that automatically enlists sessions in the current active XA transaction if any.XAJMSContext implementation that wraps a JmsPoolConnection