maixiaohai opened a new issue #2868: URL: https://github.com/apache/rocketmq/issues/2868
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? Resend DLQ Message with properties field `RETRY_TOPIC` and `ORIGIN_MESSAGE_ID` **Related issue** https://github.com/apache/rocketmq/issues/2436 - What did you expect to see? Resend DLQ message normally. - What did you see instead? When I set consumer config **maxReconsumeTimes to 0**, I could not find the `ORIGIN_MESSAGE_ID` field in DLQ message. And resend failed.  2. Please tell us about your environment: rocketmq 4.8 JDK 8 3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc): asyncConsumerSendMsgBack method set ORIGIN_MESSAGE_ID filed to properties, but **does not refresh properties string**.  -- 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. For queries about this service, please contact Infrastructure at: [email protected]
