Commit fb81805b authored by xiaoyu's avatar xiaoyu
Browse files

rocketmq配置

parent 6c3a4cb4
...@@ -16,19 +16,26 @@ spring: ...@@ -16,19 +16,26 @@ spring:
profiles: profiles:
include: include:
- activeMQ - 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配置
activemq: activemq:
broker-url: tcp://localhost:61616 #连接地址 broker-url: tcp://localhost:61616 #连接地址
#rabbitmq配置 #rabbitmq配置
# rabbitmq: rabbitmq:
# addresses: 127.0.0.1:5672 addresses: 127.0.0.1:5672
# username: guest username: guest
# password: guest password: guest
# dynamic: true dynamic: true
# virtual-host: / virtual-host: /
#rocketmq配置
rocketmq:
name-server: 127.0.0.1:9876
producer:
group: rocket-group
#日志配置参数。 #日志配置参数。
# 当存在logback-spring.xml文件时: 该配置将引进到logback配置, springboot配置不生效。 # 当存在logback-spring.xml文件时: 该配置将引进到logback配置, springboot配置不生效。
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment