Package org.messaginghub.pooled.jms
A JMS provider which pools Connections and their associated resources.
-
Interface Summary Interface Description JmsPoolSessionEventListener -
Class Summary Class Description JmsPoolConnection Represents a proxyConnectionwhich is-aTopicConnectionandQueueConnectionwhich is pooled and onJmsPoolConnection.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 JmsPoolConnectionJmsPoolJMSProducer JMSProducer implementation back by a pooled Connection.JmsPoolMessageConsumer AMessageConsumerwhich was created byJmsPoolSession.JmsPoolMessageProducer A pooledMessageProducerJmsPoolQueueBrowser AQueueBrowserwhich was created byJmsPoolSession.JmsPoolQueueReceiver AQueueReceiverwhich was created byJmsPoolSession.JmsPoolQueueSender QueueSenderinstance that is created and managed by the PooledConnection.JmsPoolSession JmsPoolTopicPublisher ATopicPublisherinstance that is created and managed by a PooledConnection.JmsPoolTopicSubscriber ATopicSubscriberwhich was created byJmsPoolSession.JmsPoolXAConnectionFactory A pooled connection factory that automatically enlists sessions in the current active XA transaction if any.JmsPoolXAJMSContext XAJMSContext implementation that wraps a JmsPoolConnection