mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
disable auto-delete of amqp exchange
This commit is contained in:
parent
a3819161fe
commit
ed2baa2776
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ func ConnectAMQP(uri string, cb callback) error {
|
|||
err = client.sendCh.ExchangeDeclare(VILLAS_EXCHANGE,
|
||||
"headers",
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue