This repository contains source code of the RabbitMQ Java client. The client is maintained by the RabbitMQ team at Pivotal.
Maven artifacts are released to Maven Central via RabbitMQ Maven repository on Bintray. There's also a Maven repository with milestone releases. Snapshots are available as well.
This client releases are independent from RabbitMQ server releases and can be used with RabbitMQ server 3.x
.
They require Java 8 or higher.
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.7.3</version>
</dependency>
compile 'com.rabbitmq:amqp-client:5.7.3'
This client releases are independent from RabbitMQ server releases and can be used with RabbitMQ server 3.x
.
They require Java 6 or higher.
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>4.11.3</version>
</dependency>
compile 'com.rabbitmq:amqp-client:4.11.3'
See Contributing and How to Run Tests.
This library uses semantic versioning.
This package, the RabbitMQ Java client library, is triple-licensed under the Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2 ("GPL") and the Apache License version 2 ("ASL").
This means that the user can consider the library to be licensed under any of the licenses from the list above. For example, you may choose the Apache Public License 2.0 and include this client into a commercial product. Projects that are licensed under the GPLv2 may choose GPLv2, and so on.