RockteMQ-AI commented on issue #760: URL: https://github.com/apache/rocketmq-spring/issues/760#issuecomment-5364756501
**Issue Evaluation** Category: `question` In the `rocketmq-v5-client-spring-boot` module (v5 client-based), the broadcast consumption mode configuration has changed from the v4-based `rocketmq-spring-boot-starter`. The v5 client uses a different consumer model. To configure broadcast mode: - The `@RocketMQMessageListener` annotation in the v5 module may not directly expose `MessageModel.BROADCASTING` as in the v4 module - Check if the v5 annotation supports `messageModel` attribute — if not, this is a missing feature in the v5 Spring Boot integration **Workaround:** If the v5 module doesn't support broadcast mode yet, you can: 1. Use the v4-based `rocketmq-spring-boot-starter` (which supports `messageModel = MessageModel.BROADCASTING`) 2. Or configure broadcast mode programmatically using the v5 client API directly This appears to be a feature gap in the v5 Spring Boot starter that should be addressed. --- *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]
