Hi there.<div>I'm trying to set up auto synching on my RabbitMQ cluster with mirrored queues however when running particular command as per documetation (http://www.rabbitmq.com/ha.html) I'm getting the error that this policy is NOT recognized:</div><div><br></div><div><pre class="line-pre" style="font-size: 12px; line-height: 16px; font-family: Consolas, 'Liberation Mono', Courier, monospace; word-wrap: break-word; width: 770px; color: rgb(0, 0, 0);"><div class="line" id="file-gistfile1-txt-LC1">$ sudo rabbitmqctl set_policy -p my_vhost HA '^(?!amq.).*' '{"ha-mode": "all", "ha-sync-mode": "automatic"}'</div><div class="line" id="file-gistfile1-txt-LC1"><br></div><div class="line" id="file-gistfile1-txt-LC2">Setting policy "HA" for pattern "^(?!amq.).*" to "{\"ha-mode\": \"all\", \"ha-sync-mode\": \"automatic\"}" ...</div><div class="line" id="file-gistfile1-txt-LC3">Error: Validation failed</div><div class="line" id="file-gistfile1-txt-LC4">&nbsp;</div><div class="line" id="file-gistfile1-txt-LC5">[{&lt;&lt;"ha-sync-mode"&gt;&gt;,&lt;&lt;"automatic"&gt;&gt;}] are not recognised policy settings</div><div class="line" id="file-gistfile1-txt-LC5">$</div><div class="line" id="file-gistfile1-txt-LC5"><br></div><div class="line" id="file-gistfile1-txt-LC5">I tried the same via management interface ie  via WebUI but the result is the same.</div><div class="line" id="file-gistfile1-txt-LC5">The version of rabbit I'm using is 3.1 but I noticed the same problem on 3.0</div><div class="line" id="file-gistfile1-txt-LC5">Anyone knows how to get this working IF possible ?</div><div class="line" id="file-gistfile1-txt-LC5">Thanks</div></pre></div>