Uses of Class
org.messaginghub.pooled.jms.pool.PooledConnectionKey
-
Packages that use PooledConnectionKey Package Description org.messaginghub.pooled.jms 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 PooledConnectionKey Modifier and Type Method Description protected 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 PooledConnectionKey Modifier and Type Method Description protected javax.jms.ConnectionJmsPoolConnectionFactory. createProviderConnection(PooledConnectionKey key)Given aPooledConnectionKeycreate a JMSConnectionusing the configuration from the key and the assigned JMSConnectionFactoryinstance.protected javax.jms.XAConnectionJmsPoolXAConnectionFactory. createProviderConnection(PooledConnectionKey key)
-