mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-30 18:10:44 +08:00
+1
-1
@@ -234,7 +234,7 @@ public class ReplyMessageProcessor extends AbstractSendMessageProcessor {
|
||||
} else {
|
||||
response.setCode(ResponseCode.SUCCESS);
|
||||
response.setRemark(null);
|
||||
//set to zore to avoid client decoding exception
|
||||
//set to zero to avoid client decoding exception
|
||||
responseHeader.setMsgId("0");
|
||||
responseHeader.setQueueId(queueIdInt);
|
||||
responseHeader.setQueueOffset(0L);
|
||||
|
||||
Reference in New Issue
Block a user