Hi, I read these two documents: http://docs.openstack.org/high-availability-guide/content/_configure_rabbitmq.html https://www.rdoproject.org/RabbitMQ To configure the queues in HA mode, the two docs suggests two slightly different commands; The first one says: rabbitmqctl set_policy ha-all '^(?!amq\.).*' '{"ha-mode": "all"}' while the second one says: rabbitmqctl set_policy HA '^(?!amq\.).*' '{"ha-mode": "all"}' "ha_all" vs. "HA". which one is correct ? thanks, Alvise -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20150728/cc93c2d7/attachment.html>