|
|
@@ -11,12 +11,12 @@ spring:
|
|
|
pub-sub-domain: true
|
|
|
artemis:
|
|
|
mode: native # cluster native EMBEDDED
|
|
|
-# broker-url: tcp://mq.dev.zonelife.cn:61616?connectionTimeout=6000
|
|
|
-# user: admin
|
|
|
-# password: admin123
|
|
|
+ # broker-url: tcp://mq.dev.zonelife.cn:61616?connectionTimeout=6000
|
|
|
+ # user: admin
|
|
|
+ # password: admin123
|
|
|
broker-url: tcp://172.24.50.53:61616?connectionTimeout=6000
|
|
|
user: admin
|
|
|
- password: admin123
|
|
|
+ password: 52bXJpZoiPz2AtH6
|
|
|
data:
|
|
|
mongodb:
|
|
|
uri: mongodb://root:8756mongo2024@172.24.50.53:27017,172.24.50.53:27018,172.24.50.53:27019/iotCenter?authSource=admin
|
|
|
@@ -33,6 +33,8 @@ spring:
|
|
|
max-idle: 16 # 最大空闲连接
|
|
|
min-idle: 8 # 最小空闲连接
|
|
|
max-wait: 100ms # 连接等待时间
|
|
|
+ key-value-store:
|
|
|
+ notify-keyspace-events: KEA
|
|
|
|
|
|
artemis:
|
|
|
alwaysSessionAsync: true
|