Browse Source

update

three
DengBiao 1 year ago
parent
commit
49daffcccb
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      consume/md/consume_key.go

+ 9
- 0
consume/md/consume_key.go View File

@@ -102,6 +102,15 @@ var RabbitMqQueueKeyList = []*MqQueue{
BindKey: "official",
ConsumeFunName: "DouShenUserRegisterConsumeForOfficial",
},
{
ExchangeName: "zhios.doushen.user.register.exchange",
Name: "zhios_doushen_user_register_user_comm_up_lv",
Type: DirectQueueType,
IsPersistent: false,
RoutKey: "user_register_comm_up_lv",
BindKey: "user_register_comm_up_lv",
ConsumeFunName: "DouShenUserRegisterConsumeForUserRegisterUpLv",
},
{
ExchangeName: "canal.topic",
Name: "canal_mall_ord_for_you_mi_shang",


Loading…
Cancel
Save