Skip to content

eksd/reactor-rabbitmq

 
 

Repository files navigation

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

About

Reactor RabbitMQ

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 84.4%
  • Java 15.1%
  • Other 0.5%