RockteMQ-AI commented on issue #747: URL: https://github.com/apache/rocketmq-spring/issues/747#issuecomment-5192826260
**Issue Evaluation** Category: `question` The `rocketmq-v5-client-spring-boot` starter currently supports `producer` and `simple-consumer` configurations. The `push-consumer` configuration may not yet be available in the v5 starter. **Workaround:** You can use the `simple-consumer` with a polling loop, or use the v4-style `rocketmq-spring-boot-starter` which still supports `push-consumer` via `@RocketMQMessageListener`. Check the [official samples](https://github.com/apache/rocketmq-spring/tree/master/rocketmq-spring-boot-samples) for the latest supported configuration patterns. --- *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]
