@Configuration @AutoConfigureBefore(value=JmsAutoConfiguration.class) @ConditionalOnClass(value=org.springframework.jms.core.JmsTemplate.class) @ConditionalOnMissingBean(value=javax.jms.ConnectionFactory.classEE) @Conditional(value=org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration.JndiOrPropertyCondition.class) @EnableConfigurationProperties(value=JmsProperties.class) public class JndiConnectionFactoryAutoConfiguration extends ObjectSE
Auto-configuration
。コンストラクターと説明 |
---|
JndiConnectionFactoryAutoConfiguration(JmsProperties properties) |
修飾子と型 | メソッドと説明 |
---|---|
ConnectionFactoryEE | connectionFactory() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public JndiConnectionFactoryAutoConfiguration(JmsProperties properties)
@Bean public ConnectionFactoryEE connectionFactory() throws NamingExceptionSE
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.