Table of Contents
The Apache Qpid JMS client for AMQP 0-9-1/0-10 is available as a bundle or from Maven repositories.
The bundle archive includes the Client itself (qpid-client jar) together with slf4j-api, and geronimo-jms_1.1_spec. It is available from the Apache Qpid project web site.
You can add the Qpid Client as a dependency into your maven project as illustrated below:
<dependency> <groupId>org.apache.qpid</groupId> <artifactId>qpid-client</artifactId> <version>6.4.0</version> </dependency>
Appendix B, Minimal Maven POM illustrates a minimal Maven POM required to use the Qpid Client.
Apache Qpid, Messaging built on AMQP; Copyright © 2015 The Apache Software Foundation; Licensed under the Apache License, Version 2.0; Apache Qpid, Qpid, Qpid Proton, Proton, Apache, the Apache feather logo, and the Apache Qpid project logo are trademarks of The Apache Software Foundation; All other marks mentioned may be trademarks or registered trademarks of their respective owners