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