<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    I read these two documents:<br>
    <br>
<a class="moz-txt-link-freetext" href="http://docs.openstack.org/high-availability-guide/content/_configure_rabbitmq.html">http://docs.openstack.org/high-availability-guide/content/_configure_rabbitmq.html</a><br>
    <br>
    <a class="moz-txt-link-freetext" href="https://www.rdoproject.org/RabbitMQ">https://www.rdoproject.org/RabbitMQ</a><br>
    <br>
    To configure the queues in HA mode, the two docs suggests two
    slightly different commands;<br>
    <br>
    The first one says:<br>
    <br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <pre class="screen" style="color: rgb(35, 48, 45); display: block; font-family: Monaco, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; overflow-x: scroll; width: 705.333312988281px; border-bottom-color: rgb(222, 222, 222) !important; border-bottom-style: solid !important; border-bottom-width: 1px !important; border-top-color: rgb(222, 222, 222) !important; border-top-style: solid !important; border-top-width: 1px !important; font-size: 12px; margin: 1em 0px !important; padding: 0.5em !important; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;">rabbitmqctl set_policy ha-all '^(?!amq\.).*' '{"ha-mode": "all"}'</pre>
    <br>
    while the second one says:<br>
    <br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <pre style="box-sizing: border-box; padding: 10px 15px; font-family: 'PT Mono', sans-serif; font-size: 12px; color: rgb(51, 51, 51); border-radius: 0px; display: block; margin: 5px 0px; line-height: 20px; word-break: normal; word-wrap: normal; white-space: pre; border: none; overflow-x: auto; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background: rgb(238, 238, 238);">rabbitmqctl set_policy HA '^(?!amq\.).*' '{"ha-mode": "all"}'
</pre>
    <br>
    "ha_all" vs. "HA".<br>
    <br>
    which one is correct ?<br>
    <br>
    thanks,<br>
    <br>
        Alvise<br>
  </body>
</html>