本来项目好好的,突然出现rocketmq消息队列出现故障,查看项目日志出现以下错误:org.apache.rocketmq.client.exception.MQClientException: send message Exception For more information, please visit the url, http://rocketmq.apache.org/docs/faq/ at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendMessageInTransaction(DefaultMQProducerImpl.java:1222) at org.apache.rocketmq.client.producer.TransactionMQProducer.sendMessageInTransaction(TransactionMQProducer.java:90) at com.shinemo.miaosha.mq.MqProducer.transactionAsyncReduceStock(MqProducer.java:120) at com.shinemo.miaosha.rest.OrderController$1.call(OrderController.java:184) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.rocketmq.client.exception.MQClientException: No route info of this topic: TopicTest See http://r
rocketmq出现org.apache.rocketmq.client.exception.MQClientException: No route info of this topic: Topic
最新推荐文章于 2025-03-06 11:06:51 发布