Giter Club home page Giter Club logo

rabbitmq-java-client's Introduction

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

Gradle

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

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

rabbitmq-java-client's People

Contributors

michaelklishin avatar acogoluegnes avatar rade avatar tonyg avatar 0x6e6562 avatar dumbbell avatar abousselmi avatar vikinghawk avatar essiene avatar dpw avatar aschmolck avatar videlalvaro avatar dhakimtrx avatar reepong avatar xuwei-k avatar kjnilsson avatar scvalex avatar camelpunch avatar mikeplayle avatar hyperthunk avatar yannrobert avatar bradleypeabody avatar dharrigan avatar garyrussell avatar gmr avatar khazrak avatar simonmacmullen avatar zfarrell avatar

Stargazers

edward avatar

Watchers

James Cloos avatar Artem Bilan avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.