Commit 72fa3e5c8c5fbbe380415fa67781876148a4cf14
1 parent
112bcc38
修改客户创建的队列
Showing
1 changed file
with
1 additions
and
1 deletions
etrade-shop/src/main/java/com/diligrp/etrade/shop/constant/ShopMQConstant.java
... | ... | @@ -22,7 +22,7 @@ public interface ShopMQConstant { |
22 | 22 | /** |
23 | 23 | * 2、客户新注册后 MQ 消息同步 队列 |
24 | 24 | */ |
25 | - String CUSTOMER_ADD_CREATESHOPQUEUE = "dili.customer.add.createShopQueue"; | |
25 | + String CUSTOMER_ADD_CREATESHOPQUEUE = "dili.customer.add.createShopQueue.xtrade"; | |
26 | 26 | |
27 | 27 | /** |
28 | 28 | * 2、客户新注册后 MQ 消息同步 交换机配置 | ... | ... |