RockteMQ-AI commented on issue #669: URL: https://github.com/apache/rocketmq-spring/issues/669#issuecomment-5223768627
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** feasible **Scope:** `@RocketMQMessageListener` annotation, consumer initialization **Compatibility:** backward-compatible (additive feature) Currently, `@RocketMQMessageListener` does not support custom `AllocateMessageQueueStrategy`. The strategy is hardcoded to the default allocation algorithm. This is a valid enhancement for users who need custom load balancing (e.g., consistent hashing, machine-room-aware allocation). A fix would add a `allocateMessageQueueStrategy` attribute to the annotation or allow programmatic 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]
