DengBiao hace 1 año
padre
commit
49daffcccb
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. +9
    -0
      consume/md/consume_key.go

+ 9
- 0
consume/md/consume_key.go Ver fichero

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


Cargando…
Cancelar
Guardar