Commit 586ea31c authored by cbwleft's avatar cbwleft
Browse files

默认使用activeMQ

parent d63a5f9e
......@@ -25,8 +25,8 @@ spring:
profiles:
active: prod
include:
#- activeMQ
- rabbitMQ # 需要安装延迟队列插件:https://www.rabbitmq.com/blog/2015/04/16/scheduling-messages-with-rabbitmq/
- activeMQ
#- rabbitMQ # 需要安装延迟队列插件:https://www.rabbitmq.com/blog/2015/04/16/scheduling-messages-with-rabbitmq/
activemq:
broker-url: failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)
......
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