1.update
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -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() { | ... | ... |
-
Please register or sign in to post a comment