Uses of Class
org.apache.activemq.jms.pool.SessionKey
-
Packages that use SessionKey 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 SessionKey in org.apache.activemq.jms.pool
Methods in org.apache.activemq.jms.pool with parameters of type SessionKey Modifier and Type Method Description protected Session
PooledConnection. createSession(SessionKey key)
boolean
SessionKey. equals(SessionKey that)
protected Session
ConnectionPool. makeSession(SessionKey key)
protected Session
XaConnectionPool. makeSession(SessionKey key)
Constructors in org.apache.activemq.jms.pool with parameters of type SessionKey Constructor Description PooledSession(SessionKey key, SessionHolder sessionHolder, KeyedObjectPool<SessionKey,SessionHolder> sessionPool, boolean transactional, boolean anonymous)
Constructor parameters in org.apache.activemq.jms.pool with type arguments of type SessionKey Constructor Description PooledSession(SessionKey key, SessionHolder sessionHolder, KeyedObjectPool<SessionKey,SessionHolder> sessionPool, boolean transactional, boolean anonymous)
-