Replies: 1 comment
-
Were the associated connections closed or just the channels closed? "channel disconnected" seems to suggest the actual TCP connections were closed but I thought I'd make sure. https://www.rabbitmq.com/queues.html#temporary-queues -
Is there a chance that |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This started as knative-extensions/eventing-rabbitmq#528
From a client perspective, we are using github.com/NeowayLabs/wabbit @ 73ad61d1620e, the latest dev version as of today, which is wrapping github.com/rabbitmq/amqp091-go @ 1.1.0.
A queue declared with auto-delete true is still around 30 minutes after the last consuming channel disconnected. I did not look into the RabbitMQ code just yet to understand how a queue declared with
autoDelete: true
actually gets auto-deleted, but something doesn't feel right - I was expecting the queue to be auto-deleted. If someone recognises this issue, or had to deal with something similar before, please share. Thanks!Beta Was this translation helpful? Give feedback.
All reactions