Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
向汉
/
uc-consumer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
599627e3
...
599627e368b697c073df80115c80cb0c7f4bcf94
authored
2022-04-10 20:03:14 +0800
by
xianghan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1.update
1 parent
10561abf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/topdraw/config/RabbitMqConfig.java
src/main/java/com/topdraw/config/RabbitMqConfig.java
View file @
599627e
...
...
@@ -185,9 +185,9 @@ public class RabbitMqConfig {
/**************************************************数据基座*************************************************************/
public
static
final
String
UC_EVENTBUS_EXCHANGE
=
"uc.eventbus
.local
"
;
public
static
final
String
UC_EVENTBUS_EXCHANGE
=
"uc.eventbus"
;
public
static
final
String
UC_EVENTBUS_KEY
=
"uc.eventbus.*.topic"
;
public
static
final
String
UC_EVENTBUS_QUEUE
=
"uc.eventbus
.local
"
;
public
static
final
String
UC_EVENTBUS_QUEUE
=
"uc.eventbus"
;
@Bean
public
Queue
eventBusQueue
()
{
...
...
Please
register
or
sign in
to post a comment