dengbiao hace 5 días
padre
commit
e0268a6178
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      consume/user_register_for_official_consume.go

+ 1
- 1
consume/user_register_for_official_consume.go Ver fichero

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

var res amqp.Delivery


Cargando…
Cancelar
Guardar