@Configuration @ConditionalOnClass(value={, }) @ConditionalOnMissingBean(value= ) @EnableConfigurationProperties(value=ActiveMQProperties.class) @Import(value={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.Copyright © 2014 Pivotal Software, Inc.. All rights reserved.