Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
8e9e6087
Commit
8e9e6087
authored
Jul 23, 2021
by
terrfly
Browse files
修改mq配置方式;
parent
ca023932
Changes
1
Hide whitespace changes
Inline
Side-by-side
conf/devCommons/config/application.yml
View file @
8e9e6087
...
...
@@ -51,24 +51,17 @@ spring:
timeout
:
1000
password
:
# 注意:以下MQ配置需注意【如需使用activeMQ则需将rabbitMQ配置注释即可】
profiles
:
include
:
-
activeMQ
#- rabbitMQ # 需要安装延迟队列插件:https://www.rabbitmq.com/blog/2015/04/16/scheduling-messages-with-rabbitmq/
#- rocketMQ
#activeMQ配置
activemq
:
broker-url
:
tcp://localhost:61616
#连接地址
#
rabbitmq配置
#
rabbitmq:
#
addresses: 127.0.0.1:5672
#
username: guest
#
password: guest
#
dynamic: true
#
virtual-host: /
#
rabbitmq配置
#
rabbitmq:
#
addresses: 127.0.0.1:5672
#
username: guest
#
password: guest
#
dynamic: true
#
virtual-host: /
#rocketmq配置
# rocketmq:
...
...
@@ -107,3 +100,6 @@ isys:
access-key-id
:
KEY_KEY_KEY
#AccessKeyId
access-key-secret
:
SECRET_SECRET_SECRET
#AccessKeySecret
mq
:
vender
:
rabbitMQ
# activeMQ rabbitMQ rocketMQ
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment