Uses of Package
org.messaginghub.pooled.jms
Packages that use org.messaginghub.pooled.jms
Package
Description
A JMS provider which pools Connections and their associated resources.
-
Classes in org.messaginghub.pooled.jms used by org.messaginghub.pooled.jmsClassDescriptionRepresents 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.JMSContext implementation that wraps a JmsPoolConnectionAMessageConsumerwhich was created byJmsPoolSession.A pooledMessageProducerAQueueBrowserwhich 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 -
Classes in org.messaginghub.pooled.jms used by org.messaginghub.pooled.jms.poolClassDescriptionA pooled
MessageProducerQueueSenderinstance that is created and managed by the PooledConnection.ATopicPublisherinstance that is created and managed by a PooledConnection.