双晟命令入参调整
This commit is contained in:
parent
982135c204
commit
8558b0f951
|
@ -13,11 +13,11 @@ spring:
|
||||||
username: ${RABBIT_MQ_USERNAME:ModbusAdmin}
|
username: ${RABBIT_MQ_USERNAME:ModbusAdmin}
|
||||||
password: ${RABBIT_MQ_PASSWORD:ModbusPassword}
|
password: ${RABBIT_MQ_PASSWORD:ModbusPassword}
|
||||||
virtual-host: /
|
virtual-host: /
|
||||||
publisher-confirm-type: correlated
|
# publisher-confirm-type: correlated
|
||||||
#接收确认,默认关闭,建议false或不配置,在代码中根据实际情况进行ack销毁
|
# #接收确认,默认关闭,建议false或不配置,在代码中根据实际情况进行ack销毁
|
||||||
publisher-returns: true
|
# publisher-returns: true
|
||||||
template:
|
# template:
|
||||||
mandatory: true
|
# mandatory: true
|
||||||
# kafka:
|
# kafka:
|
||||||
# bootstrap-servers: 172.17.0.1:9092
|
# bootstrap-servers: 172.17.0.1:9092
|
||||||
# template:
|
# template:
|
||||||
|
|
Loading…
Reference in New Issue