Class PooledConnectionFactory

  • All Implemented Interfaces:
    ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, Referenceable, org.apache.activemq.jndi.JNDIStorableInterface, org.apache.activemq.Service

    public class PooledConnectionFactory
    extends org.apache.activemq.jms.pool.PooledConnectionFactory
    implements org.apache.activemq.jndi.JNDIStorableInterface, org.apache.activemq.Service
    Add Service and Referenceable and TransportListener to @link{org.apache.activemq.jms.pool.PooledConnectionFactory}
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String POOL_PROPS_PREFIX  
      • Fields inherited from class org.apache.activemq.jms.pool.PooledConnectionFactory

        connectionFactory, stopped
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void buildFromProperties​(Properties props)  
      protected org.apache.activemq.jms.pool.ConnectionPool createConnectionPool​(Connection connection)  
      Properties getProperties()  
      Reference getReference()  
      protected Connection newPooledConnection​(org.apache.activemq.jms.pool.ConnectionPool connection)  
      protected void populateProperties​(Properties props)  
      void setProperties​(Properties properties)  
      • Methods inherited from class org.apache.activemq.jms.pool.PooledConnectionFactory

        clear, createConnection, createConnection, createConnection, createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, getBlockIfSessionPoolIsFullTimeout, getConnectionFactory, getConnectionsPool, getConnectionTimeout, getExpiryTimeout, getIdleTimeout, getMaxConnections, getMaximumActiveSessionPerConnection, getNumConnections, getTimeBetweenExpirationCheckMillis, initConnectionsPool, isBlockIfSessionPoolIsFull, isCreateConnectionOnStartup, isReconnectOnException, isUseAnonymousProducers, setBlockIfSessionPoolIsFull, setBlockIfSessionPoolIsFullTimeout, setConnectionFactory, setConnectionTimeout, setCreateConnectionOnStartup, setExpiryTimeout, setIdleTimeout, setMaxConnections, setMaximumActiveSessionPerConnection, setReconnectOnException, setTimeBetweenExpirationCheckMillis, setUseAnonymousProducers, start, stop
      • Methods inherited from interface org.apache.activemq.Service

        start, stop