Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-union
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
unknown
7 years ago
Commit
8e4f4165666906c6cb3e8193ac7b187db3bf7661
1 parent
f5ed94aa
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
web/src/main/webapp/META-INF/autoconf/rabbitmq.yml
web/src/main/webapp/META-INF/autoconf/rabbitmq.yml
View file @
8e4f416
consumer
:
-
address
:
${rabbit_common_aws}
username
:
${rabbit_common_aws_user}
password
:
${rabbit_common_aws_password}
-
address
:
${rabbit_common_qq}
username
:
${rabbit_common_qq_user}
password
:
${rabbit_common_qq_password}
consumers
:
-
class
:
com.yoho.unions.server.mqconsumer.ArticlePushConsumer
topic
:
guang.article_push
-
address
:
${rabbit_common_aws}
username
:
${rabbit_common_aws_user}
password
:
${rabbit_common_aws_password}
-
address
:
${rabbit_common_qq}
username
:
${rabbit_common_qq_user}
password
:
${rabbit_common_qq_password}
consumers
:
-
class
:
com.yoho.unions.server.mqconsumer.ArticlePushConsumer
topic
:
guang.article_push
-
class
:
com.yoho.unions.server.mqconsumer.OrderPushConsumer
topic
:
union.order_push
-
class
:
com.yoho.unions.server.mqconsumer.OrderPushConsumer
topic
:
union.order_push
...
...
Please
register
or
login
to post a comment