Class ActiveMQAutoConfiguration


  • @Configuration
    @ConditionalOnClass({javax.jms.ConnectionFactory.class,org.apache.activemq.ActiveMQConnectionFactory.class})
    @ConditionalOnMissingBean(javax.jms.ConnectionFactory.class)
    @EnableConfigurationProperties(ActiveMQProperties.class)
    @Import({org.springframework.boot.autoconfigure.jms.activemq.ActiveMQXAConnectionFactoryConfiguration.class,org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionFactoryConfiguration.class})
    public class ActiveMQAutoConfiguration
    extends Object
    Auto-configuration to integrate with an ActiveMQ broker. Validates that the classpath contain the necessary classes before starting an embedded broker.
    Since:
    1.1.0