双晟命令入参调整

This commit is contained in:
wangshilong 2024-12-10 13:39:00 +08:00
parent 982135c204
commit 8558b0f951
1 changed files with 5 additions and 5 deletions

View File

@ -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: