[rabbitmq-discuss] Durable queues not surviving broker restart
Greg Rice
gregrice at gmail.com
Wed Apr 18 00:20:09 BST 2012
Hey guys,
After creating a durable queue with auto-delete set to "no" and
Durable set to "True" in the web interface, I run:
rabbitmqctl stop_app
rabbitmqctl start_app
The durable *exchanges* I've created are still there, but the durable
*queues* are not.
Any ideas? This also happens when I used Ruby libraries setting
durable to True and Auto-delete to false, or with Pika, or with:
rabbitmqadmin declare queue name=test auto_delete=false durable=true
Thanks,
Greg Rice
More information about the rabbitmq-discuss
mailing list