Menu Search

Chapter 3. Getting the Client And Dependencies

3.1. Getting the Client

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.