apache / apache/rocketmq-spring
[Feature Request] @RocketMQMessageListener for poll consumer
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 943
- PR merge metrics
- No merged PRs in 30d
Description
**FEATURE REQUEST**
## Please describe the feature you are requesting.
A builtin listener container for creating poll consumer. Seems `@RocketMQMessageListener` only supports push mode now (or there is something I don't know, please let me know if it's exists)
## Provide any additional detail on your proposed use case for this feature.
Maybe we can add some properties like `mode = [POLL|PUSH]` to `@RocketMQMessageListener` and create corresponding consumer for that.
## Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
Batch consuming is essential for many scenes, and it will make more easily if we have a built-in implementation for this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.