Uses of Package
org.messaginghub.pooled.jms
-
Packages that use org.messaginghub.pooled.jms Package Description org.messaginghub.pooled.jms A JMS provider which pools Connections and their associated resources.org.messaginghub.pooled.jms.pool -
Classes in org.messaginghub.pooled.jms used by org.messaginghub.pooled.jms 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.JmsPoolJMSContext JMSContext implementation that wraps a JmsPoolConnectionJmsPoolMessageConsumer AMessageConsumerwhich was created byJmsPoolSession.JmsPoolMessageProducer A pooledMessageProducerJmsPoolSession 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 -
Classes in org.messaginghub.pooled.jms used by org.messaginghub.pooled.jms.pool Class Description JmsPoolMessageProducer A pooledMessageProducerJmsPoolQueueSender QueueSenderinstance that is created and managed by the PooledConnection.JmsPoolSession JmsPoolTopicPublisher ATopicPublisherinstance that is created and managed by a PooledConnection.