dengbiao 5日前
コミット
e0268a6178
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      consume/user_register_for_official_consume.go

+ 1
- 1
consume/user_register_for_official_consume.go ファイルの表示

@@ -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


読み込み中…
キャンセル
保存