Registry / messaging / spring-cloud-stream-binder-rabbit

spring-cloud-stream-binder-rabbit

JSON →
library5.0.1javamavenunverified

RabbitMQ binder implementation for Spring Cloud Stream.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-stream-binder-rabbit</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-STREA
S
spring-cloud-stream-binder-rabbit
messagingjavav5.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RabbitMessageChannelBinder
org.springframework.cloud.stream.binder.rabbit.RabbitMessageChannelBinder

Configures a RabbitMQ binder for Spring Cloud Stream.

import org.springframework.cloud.stream.binder.rabbit.RabbitMessageChannelBinder; import org.springframework.cloud.stream.config.BinderProperties; // Configuration example @Configuration public class RabbitBinderConfig { @Bean public RabbitMessageChannelBinder rabbitBinder() { return new RabbitMessageChannelBinder(null, null); } }
Debug
Known issues
breakingVersion compatibility with Spring Boot and Spring Cloud Stream core is critical; mismatched versions can cause runtime errors.
fix
Ensure the binder version matches the Spring Cloud Stream release train (e.g., 2022.0.x for Spring Boot 3.x).
affects: >=3.0.0
Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
spring-cloud-stream-binder-rabbit — mvn dependency:get spring-cloud-stream-binder-rabbit · libregistry