RockteMQ-AI commented on issue #760: URL: https://github.com/apache/rocketmq-spring/issues/760#issuecomment-5190985548
**Issue Evaluation** Category: `question` The `rocketmq-v5-client-spring-boot` module is based on the RocketMQ 5.x gRPC protocol. Currently, broadcast mode configuration may not be exposed through the `@RocketMQMessageListener` annotation in this module. **Suggestions:** - Check if `SimpleConsumer` or `PushConsumer` in the v5 client supports broadcast mode via configuration properties - If not available, consider using the classic `rocketmq-spring-boot-starter` which has full broadcast mode support - You may also open a feature request to add broadcast mode support to the v5 client spring boot starter For more details, refer to the [RocketMQ 5.x documentation](https://rocketmq.apache.org/docs/). --- *Automated evaluation by RockteMQ-AI* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
