We use RabbitMQ 3.10.10 (by Amazon AWS) and created some queues with type "classic", auto delete "no", durability "durable". But all queues were deleted after a few weeks and we don't know why, because auto delete was "no".
We use many docker containers for our applications. Is there maybe a problem when we restart a container?
Does anyone knows what was the problem? Some wrong settings? Or is there a default value?
Thanks for help!