Khao-thin opened a new issue, #640: URL: https://github.com/apache/rocketmq-spring/issues/640
在项目中使用2.2.2版本的rocketmq-spring-boot-starter,使用sendAndReceive方法获取响应 情况1:当生产者在消费者服务启动后启动,可以正常获取到reply 情况2:当生产者在消费者服务启动前启动,每条消息都无法获取到reply,报错日志如下, org.springframework.messaging.MessagingException: CODE: 10006 DESC: send request message to <topic> OK, but wait reply message timeout, 3000 ms.; nested exception is org.apache.rocketmq.client.exception.RequestTimeoutException: CODE: 10006 DESC: send request message to <topic> OK, but wait reply message timeout, 3000 ms. (经测试该错误不是由消费者执行时间过长引起) -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org