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

spring-cloud-starter-stream-rabbit

JSON →
library5.0.1javamavenunverified

Spring Cloud Stream starter for RabbitMQ binder, enabling event-driven microservices with messaging.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-stream-rabbit</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-START
S
spring-cloud-starter-stream-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.

StreamBridge
org.springframework.cloud.stream.function.StreamBridge

Sends a message to a RabbitMQ exchange via StreamBridge.

import org.springframework.cloud.stream.function.StreamBridge; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; @Component public class MessageSender { @Autowired private StreamBridge streamBridge; public void send(String message) { streamBridge.send("output", message); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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