Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 848 Bytes

ReadMe.md

File metadata and controls

18 lines (11 loc) · 848 Bytes

MQ Client

This library provides the io.fabric8.mq.core.MQConnectionFactory class which is a JMS ConnectionFactory which connects to ActiveMQ using the [Kubernetes Service]http://fabric8.io/guide/(services.html) discovery mechanism described.

Just create the MQConnectionFactory and it will use the environment variables of the current process to discover the ActiveMQ brokers.

For more information check out the Fabric8 MQ documentation

### Add it to your Maven pom.xml

To be able to use the Java code in your Apache Maven based project add this into your pom.xml

        <dependency>
            <groupId>io.fabric8.ipaas.mq</groupId>
            <artifactId>mq-client</artifactId>
            <version>2.2.95</version>
        </dependency>