类 JmsPoolConnectionFactoryFactory

java.lang.Object
org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory

public class JmsPoolConnectionFactoryFactory extends Object
Factory to create a JmsPoolConnectionFactory from properties defined in JmsPoolConnectionFactoryProperties.
从以下版本开始:
2.1.0
作者:
Stephane Nicoll
  • 构造器详细资料

  • 方法详细资料

    • createPooledConnectionFactory

      public org.messaginghub.pooled.jms.JmsPoolConnectionFactory createPooledConnectionFactory(ConnectionFactory connectionFactory)
      Create a JmsPoolConnectionFactory based on the specified ConnectionFactory.
      参数:
      connectionFactory - the connection factory to wrap
      返回:
      a pooled connection factory