The Wayback Machine - https://web.archive.org/web/20190416032346/https://github.com/rabbitmq/rabbitmq-java-client/
Skip to content
RabbitMQ Java client https://www.rabbitmq.com/
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
.mvn/wrapper
doc/channels
src Handle multiple publisher confirms in metrics Apr 1, 2019
.gitignore
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE Punctuation Nov 11, 2011
LICENSE-APACHE2
LICENSE-GPL2
LICENSE-MPL-RabbitMQ
Makefile
README.in
README.md
RUNNING_TESTS.md
codegen.py
deploy-javadoc.sh
mvnw
mvnw.cmd URL Cleanup Mar 12, 2019
pom.xml
release-versions.txt

README.md

RabbitMQ Java Client

This repository contains source code of the RabbitMQ Java client. The client is maintained by the RabbitMQ team at Pivotal.

Dependency (Maven Artifact)

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.

Maven

Maven Central

5.x Series

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.0</version>
</dependency>

Gradle

compile 'com.rabbitmq:amqp-client:5.7.0'

4.x Series

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.0</version>
</dependency>

Gradle

compile 'com.rabbitmq:amqp-client:4.11.0'

Contributing

See Contributing and How to Run Tests.

License

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").

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.