no-today commented on issue #474:
URL: 
https://github.com/apache/rocketmq-spring/issues/474#issuecomment-1195595364

   If possible, I will initiate pull request
   
   Object replyContent = 
rocketMQReplyListener.onMessage(doConvertMessage(messageExt));
   // if null, no reply
   if (replyContent == null) return;Message<?> message = 
MessageBuilder.withPayload(replyContent).build();


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