disable auto-delete of amqp exchange

This commit is contained in:
Sonja Happ 2021-10-15 11:18:35 +02:00
parent a3819161fe
commit ed2baa2776

View file

@ -72,7 +72,7 @@ func ConnectAMQP(uri string, cb callback) error {
err = client.sendCh.ExchangeDeclare(VILLAS_EXCHANGE,
"headers",
true,
true,
false,
false,
false,
nil)