@Configuration @ConditionalOnClass(value={javax.jms.ConnectionFactory.class,org.apache.activemq.ActiveMQConnectionFactory.class}) @ConditionalOnMissingBean(value=javax.jms.ConnectionFactory.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.| Modifier and Type | Class and Description |
|---|---|
protected static class |
ActiveMQAutoConfiguration.EmbeddedBroker |
protected static class |
ActiveMQAutoConfiguration.NetworkBroker |
| Constructor and Description |
|---|
ActiveMQAutoConfiguration() |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.