Uses of Class
org.messaginghub.pooled.jms.pool.PooledConnectionKey
Packages that use PooledConnectionKey
Package
Description
A JMS provider which pools Connections and their associated resources.
-
Uses of PooledConnectionKey in org.messaginghub.pooled.jms
Methods in org.messaginghub.pooled.jms that return types with arguments of type PooledConnectionKeyModifier and TypeMethodDescriptionprotected org.apache.commons.pool2.impl.GenericKeyedObjectPool<PooledConnectionKey,PooledConnection> JmsPoolConnectionFactory.getConnectionsPool()Gets the Pool of ConnectionPool instances which are keyed by different ConnectionKeys.Methods in org.messaginghub.pooled.jms with parameters of type PooledConnectionKeyModifier and TypeMethodDescriptionprotected jakarta.jms.ConnectionJmsPoolConnectionFactory.createProviderConnection(PooledConnectionKey key) Given aPooledConnectionKeycreate a JMSConnectionusing the configuration from the key and the assigned JMSConnectionFactoryinstance.protected jakarta.jms.XAConnectionJmsPoolXAConnectionFactory.createProviderConnection(PooledConnectionKey key)