8000 GitHub - ftt1024/rabbitmq-java-client at c3f1cdbe46daab3d8e843a4ad27a869c0b864f2f
[go: up one dir, main page]

Skip to content

ftt1024/rabbitmq-java-client

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.

Maven

Maven Central

4.x Series

Starting with 4.0, this client releases are independent from RabbitMQ server releases. These versions can still be used with RabbitMQ server 3.x.

<dependency>
    <groupId>com.rabbitmq</groupId>
    <artifactId>amqp-client</artifactId>
    <version>4.0.2</version>
</dependency>

Gradle

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

3.6.x Series

3.6.x series are released in concert with RabbitMQ server for historical reasons.

<dependency>
    <groupId>com.rabbitmq</groupId>
    <artifactId>amqp-client</artifactId>
    <version>3.6.6</version>
</dependency>

Gradle

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

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

About

RabbitMQ Java client

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE2
GPL-2.0
LICENSE-GPL2
Unknown
LICENSE-MPL-RabbitMQ

Code of conduct

Stars

Watch 48AE ers

Forks

Packages

No packages published

Languages

  • Java 98.0%
  • Python 1.4%
  • Groovy 0.3%
  • Makefile 0.1%
  • HTML 0.1%
  • Erlang 0.1%
0