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