apache / apache/rocketmq-spring
v5 版本中如何让消息在同一个服务的多个实例中广播呢?
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 943
- PR merge metrics
- No merged PRs in 30d
Description
The issue tracker is **ONLY** used for bug report and feature request.
Any question or RocketMQ proposal please use our [mailing lists](http://rocketmq.apache.org/about/contact/).
**FEATURE REQUEST**
1. Please describe the feature you are requesting.
在 spring cloud 项目中启动多个实例,希望消息能在多个实例中广播消费
2. Provide any additional detail on your proposed use case for this feature.
项目中用到了 websocket 推送,然后借助消息队列实现消息转发
```txt
A Producer -> sendMessage -> RocketMQ -> A PushConsumer 接受 -> websocket 发送到页面
-> B PushConsumer 接受 -> websocket 发送到页面
```
> A、B 为同一个服务的多个实例
我尝试按照文档使用多个 consumerGroup 但是会报错

---
使用的包为 rocketmq-v5-client-spring-boot-starter-2.2.4-SNAPSHOT
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.