Explorar el Código

更新

order_statistics
huangjiajun hace 6 meses
padre
commit
b74a6e247d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      consume/zhios_task_total.go

+ 1
- 1
consume/zhios_task_total.go Ver fichero

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

var res amqp.Delivery


Cargando…
Cancelar
Guardar