Class JmsPoolJcaConnectionFactory

    • Constructor Detail

      • JmsPoolJcaConnectionFactory

        public JmsPoolJcaConnectionFactory()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • createPooledConnection

        protected PooledJCAConnection createPooledConnection​(javax.jms.Connection connection)
        Description copied from class: JmsPoolConnectionFactory
        Delegate that creates each instance of an ConnectionPool object. Subclasses can override this method to customize the type of connection pool returned.
        Overrides:
        createPooledConnection in class JmsPoolXAConnectionFactory
        Parameters:
        connection - The connection that is being added into the pool.
        Returns:
        instance of a new ConnectionPool.