ttpaigesheng opened a new issue #232: how to get message by zhe result of asyncSend URL: https://github.com/apache/rocketmq-spring/issues/232 public class StudentCallBack implements SendCallback { @Override public void onSuccess(SendResult sendResult) { //如何获取发送成功的消息内容,sendResult对象中没有消息内容 } @Override public void onException(Throwable throwable) { //如何获取发送失败的消息内容 } }
---------------------------------------------------------------- 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] With regards, Apache Git Services
