Comment 7 for bug 1393391

Revision history for this message
Kevin Bringard (kbringard) wrote :

I'm also wondering, at least in our case, if setting the expiry would help, because the queue won't be immediately deleted. Something like this:

rabbitmqctl set_policy expiry ".*" '{"expires":1800000}' --apply-to queues

(taken from https://www.rabbitmq.com/ttl.html)