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
fb81805b
Commit
fb81805b
authored
Jul 09, 2021
by
xiaoyu
Browse files
rocketmq配置
parent
6c3a4cb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
conf/devCommons/config/application.yml
View file @
fb81805b
...
...
@@ -16,19 +16,26 @@ spring:
profiles
:
include
:
-
activeMQ
# - rabbitMQ # 需要安装延迟队列插件:https://www.rabbitmq.com/blog/2015/04/16/scheduling-messages-with-rabbitmq/
#- 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
:
addresses
:
127.0.0.1:5672
username
:
guest
password
:
guest
dynamic
:
true
virtual-host
:
/
#rocketmq配置
rocketmq
:
name-server
:
127.0.0.1:9876
producer
:
group
:
rocket-group
#日志配置参数。
# 当存在logback-spring.xml文件时: 该配置将引进到logback配置, springboot配置不生效。
...
...
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