Commit 7e151eff8d7e26c301d12dbe8dcd8de27ed20bd6
1 parent
df996486
修改mq
Showing
1 changed file
with
2 additions
and
2 deletions
etrade-shop/src/main/java/com/diligrp/etrade/shop/constant/ShopMQConstant.java
@@ -10,7 +10,7 @@ public interface ShopMQConstant { | @@ -10,7 +10,7 @@ public interface ShopMQConstant { | ||
10 | /** | 10 | /** |
11 | * 1、客户信息修改后 MQ 消息同步 队列 | 11 | * 1、客户信息修改后 MQ 消息同步 队列 |
12 | */ | 12 | */ |
13 | - String CUSTOMER_CREATESHOPQUEUE = "dili.customer.createShopQueue"; | 13 | + String CUSTOMER_CREATESHOPQUEUE = "dili.customer.createShopQueue.xtrade"; |
14 | 14 | ||
15 | 15 | ||
16 | /** | 16 | /** |
@@ -33,7 +33,7 @@ public interface ShopMQConstant { | @@ -33,7 +33,7 @@ public interface ShopMQConstant { | ||
33 | /** | 33 | /** |
34 | * 区域名称同步mq队列 | 34 | * 区域名称同步mq队列 |
35 | */ | 35 | */ |
36 | - String DISTRICT_SYNC_QUEUE = "district.sync.queue"; | 36 | + String DISTRICT_SYNC_QUEUE = "district.sync.queue.xtrade"; |
37 | 37 | ||
38 | /** | 38 | /** |
39 | * 区域名称同步mq交换机 | 39 | * 区域名称同步mq交换机 |