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

Skip to content

rabbitmq/rabbitmq-java-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Maven

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

Gradle

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

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

0