RockteMQ-AI commented on issue #760: URL: https://github.com/apache/rocketmq-spring/issues/760#issuecomment-5395043052
**Issue Evaluation** Category: `question` The `rocketmq-v5-client-spring-boot` (2.x series) uses the new RocketMQ 5.x gRPC client, which has a different annotation model than the legacy 4.x client. Broadcast consumption mode configuration may differ from the older `@RocketMQMessageListener` API. **Current status:** The 5.x client Spring Boot starter may not yet expose broadcast mode through the annotation. Check the latest documentation or source code for the correct configuration approach. **Workaround:** If broadcast mode is not available through the annotation, you can configure it programmatically by creating a `PushConsumer` bean directly with the appropriate `MessageModel` setting. --- *Automated evaluation by github-manager* -- 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]
