Uses of Class
org.apache.activemq.jms.pool.ConnectionKey
-
Packages that use ConnectionKey Package Description org.apache.activemq.jms.pool A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate. -
-
Uses of ConnectionKey in org.apache.activemq.jms.pool
Methods in org.apache.activemq.jms.pool that return types with arguments of type ConnectionKey Modifier and Type Method Description protected GenericKeyedObjectPool<ConnectionKey,ConnectionPool>
PooledConnectionFactory. getConnectionsPool()
Gets the Pool of ConnectionPool instances which are keyed by different ConnectionKeys.Methods in org.apache.activemq.jms.pool with parameters of type ConnectionKey Modifier and Type Method Description protected Connection
PooledConnectionFactory. createConnection(ConnectionKey key)
protected Connection
XaPooledConnectionFactory. createConnection(ConnectionKey key)
boolean
ConnectionKey. equals(ConnectionKey that)
-