From a08845466c1c92850e715dca8f9d0d3355a3954f Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Tue, 16 Jan 2024 14:08:03 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BE=9B=E5=BA=94=E9=93=BE=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E5=95=86=E5=93=81=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consume/mall_add_supply_goods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consume/mall_add_supply_goods.go b/consume/mall_add_supply_goods.go index 09514f1..b95716e 100644 --- a/consume/mall_add_supply_goods.go +++ b/consume/mall_add_supply_goods.go @@ -29,7 +29,7 @@ func MallAddSupplyGoodsConsume(queue md.MqQueue) { //1、将自己绑定到交换机上 ch.Bind(queue.Name, queue.ExchangeName, queue.RoutKey) //2、取出数据进行消费 - ch.Qos(10) + ch.Qos(1) delivery := ch.Consume(queue.Name, false) var res amqp.Delivery