Spring Cloud Stream Binder Rabbit

Spring Cloud Stream rabbit binder provides implementation of Spring Cloud Stream binding API for RabbitMQ, allowing transparent connectivity of Spring Cloud Stream microservices to RabbitMQ destinations (e.g., exchanges and topics).

Quick Start
Fork me on GitHub

Quick Start

Download

The recommended way to get started with spring-cloud-stream-binder-rabbit is to use Spring Initializr. Just follow these instructions. You can also start using it in your project with a dependency management system – the snippet below can be copied and pasted into your build. Need help? See our getting started guides on building with Maven and Gradle.

As long as Spring Cloud Stream and a Spring Cloud Stream Rabbit Binder dependencies are on the classpath any Spring Boot application with @EnableBinding is capable to bind to Apache rabbit destinations.

For more comprehansive step-by-step getting started experience please refer to the Quick Start section of the user guide.