@Configuration
public class ActiveMQAutoConfiguration
extends java.lang.Object
Auto-configuration class for the ActiveMQ client. It provides a pooled ActiveMQ
javax.jms.ConnectionFactory. In order to use the ActiveMQAutoConfiguration in your application
just add the following jar to your Spring Boot project dependencies:
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>process-spring-boot-starter-activemq</artifactId>
<version>${fabric-version}</version>
</dependency>
Fabric's ActiveMQ starter will provide the default connection factory for you.
| Constructor and Description |
|---|
ActiveMQAutoConfiguration() |
Copyright © 2011-2014 Red Hat. All Rights Reserved.