RockteMQ-AI commented on issue #760: URL: https://github.com/apache/rocketmq-spring/issues/760#issuecomment-5487003145
**Issue Evaluation** Category: `question` In `rocketmq-v5-client-spring-boot`, the consumer model configuration has changed compared to v4. The v5 client uses a different consumer model. For broadcast consumption, you should configure it through the `consumerModel` property: ```properties rocketmq.consumer.broadcast=true ``` Or check if the specific version you are using supports the `@RocketMQMessageListener(consumerModel = ConsumerModel.BROADCASTING)` attribute. If the attribute is missing in v5, this may be a feature gap that needs to be addressed by the maintainers. Please refer to the [rocketmq-spring documentation](https://github.com/apache/rocketmq-spring/wiki) for v5-specific configuration. --- *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]
