|
|
@@ -140,16 +140,18 @@ spring:
|
|
|
port: 5672
|
|
|
username: admin
|
|
|
password: admin
|
|
|
- virtual-host: /local_IP_05
|
|
|
+ virtual-host: /agmp-sass-tos
|
|
|
connection-timeout: 15000
|
|
|
publisher-returns: true
|
|
|
enabled: true
|
|
|
+ code: saas1
|
|
|
+ # 在物联网系统中 agmp 是 iotm 和 iots 之间通信使用
|
|
|
agmp:
|
|
|
- host: 192.168.1.228
|
|
|
+ host: 192.168.1.230
|
|
|
port: 5672
|
|
|
username: admin
|
|
|
password: admin
|
|
|
- virtual-host: /local_IP_05
|
|
|
+ virtual-host: /agmp-sass-iot
|
|
|
connection-timeout: 15000
|
|
|
publisher-returns: true
|
|
|
enabled: true
|