mark
This commit is contained in:
@@ -8,11 +8,11 @@ server:
|
||||
spring:
|
||||
rabbitmq:
|
||||
# 如果是rabbitmq+haproxy+keepalived集群 ,,那么192.168.0.176是haproxy代理的地址(严格来说是keepalived的vip)
|
||||
addresses: 192.168.0.176:5672 ## 新版rabbitmq 版本还未测试
|
||||
addresses: 192.168.0.176:5672 # 新版rabbitmq 版本还未测试
|
||||
#addresses: 172.16.21.133:5672
|
||||
username: cdte
|
||||
password: cdte
|
||||
virtual-host: cdte
|
||||
username: cigs
|
||||
password: cigs
|
||||
virtual-host: cigs
|
||||
connection-timeout: 15000
|
||||
publisher-confirm-type: correlated
|
||||
publisher-returns: true
|
||||
|
||||
Reference in New Issue
Block a user