RockteMQ-AI commented on issue #696: URL: https://github.com/apache/rocketmq-spring/issues/696#issuecomment-5216252118
**Issue Evaluation** Category: `question` | Status: **Needs Info** This issue relates to Alibaba Cloud's managed RocketMQ 4.x service, not the open-source rocketmq-spring project directly. The consumption display issue on the Aliyun console is typically caused by: 1. **Consumer group mismatch** — Ensure the consumer group name in your code matches exactly what is registered in the Aliyun console. 2. **Message trace not enabled** — Aliyun console displays consumption status based on message trace. Enable message trace by setting `enableMsgTrace=true` in your consumer configuration. 3. **Cross-version compatibility** — If using rocketmq-spring-boot-starter 2.x with Aliyun RocketMQ 4.x, verify the protocol compatibility. For Aliyun-specific issues, please contact Alibaba Cloud Support or check the Aliyun RocketMQ documentation. --- *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]
