クラス ArtemisAutoConfiguration

java.lang.ObjectSE
org.springframework.boot.autoconfigure.jms.artemis.ArtemisAutoConfiguration

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

    • ArtemisAutoConfiguration

      public ArtemisAutoConfiguration()