Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.28 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.28 KB

Reactor RabbitMQ

Join the chat at https://gitter.im/reactor/reactor

Travis CI

You need to have Java 8 installed.

Building Reactor RabbitMQ jars

./gradlew jar

Running unit tests

./gradlew test

You need a local running RabbitMQ instance.

Building IDE project

./gradlew eclipse
./gradlew idea

To build applications using reactor-rabbitmq API:

With Gradle from repo.spring.io:

    repositories {
      maven { url 'http://repo.spring.io/snapshot' }
      maven { url 'http://repo.spring.io/milestone' }
      mavenCentral()
    }

    dependencies {
      compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.0.1.BUILD-SNAPSHOT"
    }

Community / Support

License

Reactor RabbitMQ is Apache 2.0 licensed.

Sponsored by Pivotal