Browse Source

Merge remote-tracking branch 'origin/master'

three
DengBiao 1 year ago
parent
commit
52d587d790
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consume/zhios_tikTok_goods_update.go

+ 1
- 1
consume/zhios_tikTok_goods_update.go View File

@@ -25,7 +25,7 @@ func ZhiosTikTokUpdate(queue md.MqQueue) {
//1、将自己绑定到交换机上
ch.Bind(queue.Name, queue.ExchangeName, queue.RoutKey)
//2、取出数据进行消费
ch.Qos(1)
ch.Qos(5)
delivery := ch.Consume(queue.Name, false)

var res amqp.Delivery


Loading…
Cancel
Save