Commit 5d4de97c by 朱继来

调整exchange

parent c2beb00f
Showing with 1 additions and 1 deletions
......@@ -89,7 +89,7 @@ func main() {
service.DingAlert(configs.Ding_crm_token, "bom_crm队列任务,声明queue失败,原因:"+err.Error(), "")
}
err = ch.QueueBind(q.Name, "bom_crm", "bom", false, nil)
err = ch.QueueBind(q.Name, "bom_crm", "bom_crm", false, nil)
if nil != err {
logger.Info("Failed to bind a queue and exchange ", err.Error())
service.DingAlert(configs.Ding_crm_token, "bom_crm队列任务,队列绑定失败,原因:"+err.Error(), "")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment