クラス ArtemisAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.artemis.autoconfigure.ArtemisAutoConfiguration
@AutoConfiguration(before=JmsAutoConfiguration.class,
after={JndiConnectionFactoryAutoConfiguration.class,JtaAutoConfiguration.class})
@ConditionalOnClass({ConnectionFactoryEE.class,org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.class})
@ConditionalOnMissingBean(ConnectionFactoryEE.class)
@EnableConfigurationProperties({ArtemisProperties.class,JmsProperties.class})
@Import({org.springframework.boot.artemis.autoconfigure.ArtemisEmbeddedServerConfiguration.class,org.springframework.boot.artemis.autoconfigure.ArtemisXAConnectionFactoryConfiguration.class,org.springframework.boot.artemis.autoconfigure.ArtemisConnectionFactoryConfiguration.class})
public final class ArtemisAutoConfiguration
extends ObjectSE
Auto-configuration は Artemis ブローカーと統合します。必要なクラスが存在する場合は、デフォルトでアプリケーションにブローカーを埋め込みます。それ以外の場合は、ローカルマシンで使用可能なブローカーにデフォルト設定で接続します。- 導入:
- 4.0.0
- 作成者:
- Edd ú Mel é ndez, Stephane Nicoll
- 関連事項:
コンストラクターの概要
コンストラクター方法の概要
コンストラクターの詳細
ArtemisAutoConfiguration
public ArtemisAutoConfiguration()