- send(Destination, Message) - Method in class org.apache.activemq.jms.pool.PooledProducer
-
- send(Message) - Method in class org.apache.activemq.jms.pool.PooledProducer
-
- send(Message, int, int, long) - Method in class org.apache.activemq.jms.pool.PooledProducer
-
- send(Destination, Message, int, int, long) - Method in class org.apache.activemq.jms.pool.PooledProducer
-
- send(Queue, Message, int, int, long) - Method in class org.apache.activemq.jms.pool.PooledQueueSender
-
- send(Queue, Message) - Method in class org.apache.activemq.jms.pool.PooledQueueSender
-
- SessionHolder - Class in org.apache.activemq.jms.pool
-
Used to store a pooled session instance and any resources that can
be left open and carried along with the pooled instance such as the
anonymous producer used for all MessageProducer instances created
from this pooled session when enabled.
- SessionHolder(Session) - Constructor for class org.apache.activemq.jms.pool.SessionHolder
-
- SessionKey - Class in org.apache.activemq.jms.pool
-
A cache key for the session details used to locate PooledSession intances.
- SessionKey(boolean, int) - Constructor for class org.apache.activemq.jms.pool.SessionKey
-
- setBlockIfSessionPoolIsFull(boolean) - Method in class org.apache.activemq.jms.pool.ConnectionPool
-
Configure whether the createSession method should block when there are no more idle sessions and the
pool already contains the maximum number of active sessions.
- setBlockIfSessionPoolIsFull(boolean) - Method in class org.apache.activemq.jms.pool.PooledConnectionFactory
-
Controls the behavior of the internal session pool.
- setBlockIfSessionPoolIsFullTimeout(long) - Method in class org.apache.activemq.jms.pool.ConnectionPool
-
Controls the behavior of the internal session pool.
- setBlockIfSessionPoolIsFullTimeout(long) - Method in class org.apache.activemq.jms.pool.PooledConnectionFactory
-
Controls the behavior of the internal session pool.
- setClientID(String) - Method in class org.apache.activemq.jms.pool.PooledConnection
-
- setConnectionFactory(ConnectionFactory) - Method in class org.apache.activemq.jms.pool.GenericResourceManager
-
- setConnectionFactory(Object) - Method in class org.apache.activemq.jms.pool.PooledConnectionFactory
-
Sets the ConnectionFactory used to create new pooled Connections.
- setConnectionFactory(Object) - Method in class org.apache.activemq.jms.pool.XaPooledConnectionFactory
-
- setCreateConnectionOnStartup(boolean) - Method in class org.apache.activemq.jms.pool.PooledConnectionFactory
-
- setDeliveryMode(int) - Method in class org.apache.activemq.jms.pool.PooledProducer
-
- setDisableMessageID(boolean) - Method in class org.apache.activemq.jms.pool.PooledProducer
-
- setDisableMessageTimestamp(boolean) - Method in class org.apache.activemq.jms.pool.PooledProducer
-
- setExceptionListener(ExceptionListener) - Method in class org.apache.activemq.jms.pool.PooledConnection
-
- setExpiryTimeout(long) - Method in class org.apache.activemq.jms.pool.ConnectionPool
-
- setExpiryTimeout(long) - Method in class org.apache.activemq.jms.pool.PooledConnectionFactory
-
allow connections to expire, irrespective of load or idle time.
- setHasExpired(boolean) - Method in class org.apache.activemq.jms.pool.ConnectionPool
-
- setIdleTimeout(int) - Method in class org.apache.activemq.jms.pool.ConnectionPool
-
- setIdleTimeout(int) - Method in class org.apache.activemq.jms.pool.PooledConnectionFactory
-
Sets the idle timeout value for Connection's that are created by this pool in Milliseconds,
defaults to 30 seconds.
- setIgnoreClose(boolean) - Method in class org.apache.activemq.jms.pool.PooledSession
-
- setIsXa(boolean) - Method in class org.apache.activemq.jms.pool.PooledSession
-
- setMaxConnections(int) - Method in class org.apache.activemq.jms.pool.PooledConnectionFactory
-
Sets the maximum number of pooled Connections (defaults to one).
- setMaximumActiveSessionPerConnection(int) - Method in class org.apache.activemq.jms.pool.ConnectionPool
-
- setMaximumActiveSessionPerConnection(int) - Method in class org.apache.activemq.jms.pool.PooledConnectionFactory
-
Sets the maximum number of active sessions per connection
- setMessageListener(MessageListener) - Method in class org.apache.activemq.jms.pool.PooledMessageConsumer
-
- setMessageListener(MessageListener) - Method in class org.apache.activemq.jms.pool.PooledSession
-
- setName(String) - Method in class org.apache.activemq.jms.pool.JcaPooledConnectionFactory
-
- setPassword(String) - Method in class org.apache.activemq.jms.pool.GenericResourceManager
-
- setPriority(int) - Method in class org.apache.activemq.jms.pool.PooledProducer
-
- setProperties(Object, Map) - Static method in class org.apache.activemq.jms.pool.IntrospectionSupport
-
- setProperty(Object, String, Object) - Static method in class org.apache.activemq.jms.pool.IntrospectionSupport
-
- setReconnectOnException(boolean) - Method in class org.apache.activemq.jms.pool.ConnectionPool
-
Controls weather the underlying connection should be reset (and renewed) on JMSException
- setReconnectOnException(boolean) - Method in class org.apache.activemq.jms.pool.PooledConnectionFactory
-
Controls weather the underlying connection should be reset (and renewed) on JMSException
- setResourceName(String) - Method in class org.apache.activemq.jms.pool.GenericResourceManager
-
- setTimeBetweenExpirationCheckMillis(long) - Method in class org.apache.activemq.jms.pool.PooledConnectionFactory
-
Sets the number of milliseconds to sleep between runs of the idle Connection eviction thread.
- setTimeToLive(long) - Method in class org.apache.activemq.jms.pool.PooledProducer
-
- setTmFromJndi(boolean) - Method in class org.apache.activemq.jms.pool.XaPooledConnectionFactory
-
Allow transaction manager resolution from JNDI (ee deployment)
- setTmJndiName(String) - Method in class org.apache.activemq.jms.pool.XaPooledConnectionFactory
-
- setTransactionManager(TransactionManager) - Method in class org.apache.activemq.jms.pool.GenericResourceManager
-
- setTransactionManager(TransactionManager) - Method in class org.apache.activemq.jms.pool.XaPooledConnectionFactory
-
- setUseAnonymousProducers(boolean) - Method in class org.apache.activemq.jms.pool.ConnectionPool
-
- setUseAnonymousProducers(boolean) - Method in class org.apache.activemq.jms.pool.PooledConnectionFactory
-
Sets whether a PooledSession uses only one anonymous MessageProducer instance or creates
a new MessageProducer for each call the create a MessageProducer.
- setUserName(String) - Method in class org.apache.activemq.jms.pool.GenericResourceManager
-
- start() - Method in class org.apache.activemq.jms.pool.ConnectionPool
-
- start() - Method in class org.apache.activemq.jms.pool.PooledConnection
-
- start() - Method in class org.apache.activemq.jms.pool.PooledConnectionFactory
-
- stop() - Method in class org.apache.activemq.jms.pool.PooledConnection
-
- stop() - Method in class org.apache.activemq.jms.pool.PooledConnectionFactory
-
- stopped - Variable in class org.apache.activemq.jms.pool.PooledConnectionFactory
-