RockteMQ-AI commented on PR #639: URL: https://github.com/apache/rocketmq-spring/pull/639#issuecomment-5400664282
**Issue Evaluation** Category: `bug` | Status: **Evaluated (PR-like submission)** This issue describes a fix for an NPE caused by `@ExtRocketMQTemplateConfiguration` when the listener starts before the producer builder is initialized. **Analysis:** The root cause is a timing issue — the listener startup occurs before the extended `RocketMQTemplate` producer is fully instantiated. The proposed solution delays listener startup. **Note:** This appears to be a PR submission. If you have a fix ready, please submit it as a pull request referencing this issue. **Age:** This issue is from March 2024. If this is still relevant, please confirm with reproduction steps on the latest version. --- *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]
