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.
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>3.6.5</version>
</dependency>
compile 'com.rabbitmq:amqp-client:3.6.5'