RockteMQ-AI commented on issue #780:
URL: 
https://github.com/apache/rocketmq-spring/issues/780#issuecomment-5655091605

   **Issue Evaluation**
   
   Category: `type/bug` | Status: **Confirmed**
   
   The issue is valid. `RocketMQClientTemplate.receiveAsync` closes the shared 
`SimpleConsumer` immediately after initiating an async receive, which breaks 
all subsequent operations that depend on that consumer instance.
   
   The `close()` call should be removed — the shared `SimpleConsumer` lifecycle 
should be managed by the template/container, not by individual receive 
operations. This is a clear lifecycle management bug.
   
   An automated fix proposal may be generated. Reply `/approve` to proceed with 
PR generation.
   
   ---
   *Automated evaluation by github-manager*
   


-- 
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]

Reply via email to