Commit 599627e3 599627e368b697c073df80115c80cb0c7f4bcf94 by xianghan

1.update

1 parent 10561abf
...@@ -185,9 +185,9 @@ public class RabbitMqConfig { ...@@ -185,9 +185,9 @@ public class RabbitMqConfig {
185 185
186 186
187 /**************************************************数据基座*************************************************************/ 187 /**************************************************数据基座*************************************************************/
188 public static final String UC_EVENTBUS_EXCHANGE = "uc.eventbus.local"; 188 public static final String UC_EVENTBUS_EXCHANGE = "uc.eventbus";
189 public static final String UC_EVENTBUS_KEY = "uc.eventbus.*.topic"; 189 public static final String UC_EVENTBUS_KEY = "uc.eventbus.*.topic";
190 public static final String UC_EVENTBUS_QUEUE = "uc.eventbus.local"; 190 public static final String UC_EVENTBUS_QUEUE = "uc.eventbus";
191 191
192 @Bean 192 @Bean
193 public Queue eventBusQueue() { 193 public Queue eventBusQueue() {
......