RockteMQ-AI commented on issue #762: URL: https://github.com/apache/rocketmq-spring/issues/762#issuecomment-5537680492
**Issue Evaluation** Category: `bug` | Status: **Confirmed** Creating 2×CPU threads per `@RocketMQMessageListener` is excessive and can lead to thread exhaustion when multiple listeners are configured. This is a resource management issue that should be addressed. **Impact:** Performance and resource consumption **Severity:** Medium-High Consider implementing thread pool sharing across listeners or making thread count configurable. --- *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]
