why exclusive?
Some checks failed
Build and Publish / BuildAndDeploy (push) Failing after 28s

This commit is contained in:
matst80
2025-11-11 17:33:56 +01:00
parent c6f3f6e02d
commit 3fd7e348a8

View File

@@ -25,7 +25,7 @@ func (t *RabbitTransportClient) declareBindAndConsume() (<-chan amqp.Delivery, e
"order-queue", // name "order-queue", // name
false, // durable false, // durable
false, // delete when unused false, // delete when unused
true, // exclusive false, // exclusive
false, // no-wait false, // no-wait
nil, // arguments nil, // arguments
) )