原文:關於RocketMQ報錯信息:MQClientException:no route info of this topic的解決。

做秒殺項目里使用RocketMQ分布式消息隊列去創建秒殺訂單的時候,發現后台報如下錯誤: 閱讀報錯信息,可以知道,因為找不到promo order的 topic所以報錯了。 解決辦法: 在rocetmq的bin目錄下手動創建promo order的topic。代碼為 windows環境 : start mqadmin.cmd updateTopic n . . . : b . . . : t t ...

2020-06-23 23:39 0 3117 推薦指數:

查看詳情

RocketMQ 解決 No route info of this topic 異常步驟

原文地址:https://blog.csdn.net/chenaima1314/article/details/79403113 rocketmq運行時提示 No route info of this topic 異常產生的原因可能是 ①Broker禁止自動創建Topic,且用戶沒有通過手 ...

Wed Nov 28 23:39:00 CST 2018 0 620
rocketMQ No route info of this topic 錯誤

最近在使用rocketmq 發送消息,出現了No route info of this topic 異常,但奇怪的是我的其它的服務都可以成功發送,唯有crs服務不能成功發送,在網上搜索的解決方式基本上都是: ocketmq運行時提示 No route info of this topic 異常 ...

Mon Apr 29 22:53:00 CST 2019 0 7340
No route info of this topic

使用rocketmq報錯 搜索原因,找到這幾種解決方式 1: 在啟動broker時,添加 autoCreateTopicEnable=true 如: mqbroker -n localhost:9876 autoCreateTopicEnable=true 2:檢查lib下有 ...

Fri Jun 21 07:26:00 CST 2019 0 2172
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM