Browse Source

更新

three
huangjiajun 10 months ago
parent
commit
fd45288a71
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consume/zhios_order_total.go

+ 1
- 1
consume/zhios_order_total.go View File

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

var res amqp.Delivery


Loading…
Cancel
Save