apache/rocketmq-spring

[Feature Request] @RocketMQMessageListener for poll consumer

dev-techmoe opened this issue · 0 comments

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.