类 JmsPoolConnectionFactoryFactory
java.lang.Object
org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory
Factory to create a
JmsPoolConnectionFactory
from properties defined in
JmsPoolConnectionFactoryProperties
.- 从以下版本开始:
- 2.1.0
- 作者:
- Stephane Nicoll
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.messaginghub.pooled.jms.JmsPoolConnectionFactory
createPooledConnectionFactory
(ConnectionFactory connectionFactory) Create aJmsPoolConnectionFactory
based on the specifiedConnectionFactory
.
-
构造器详细资料
-
JmsPoolConnectionFactoryFactory
-
-
方法详细资料
-
createPooledConnectionFactory
public org.messaginghub.pooled.jms.JmsPoolConnectionFactory createPooledConnectionFactory(ConnectionFactory connectionFactory) Create aJmsPoolConnectionFactory
based on the specifiedConnectionFactory
.- 参数:
connectionFactory
- the connection factory to wrap- 返回:
- a pooled connection factory
-