<span class="Apple-style-span" style="font-family: monospace; font-size: 13px; white-space: pre; background-color: rgb(255, 255, 255); ">I&#39;m having some difficulty with creating a mirrored queue so that I</span><div><span class="Apple-style-span" style="font-family: monospace; font-size: 13px; white-space: pre; background-color: rgb(255, 255, 255); ">can test it.  The management plugin only thinks the queue is half-</span></div>

<div><span class="Apple-style-span" style="font-family: monospace; font-size: 13px; white-space: pre; background-color: rgb(255, 255, 255); ">present, rabbitmqctl doesn&#39;t think it&#39;s there at all, and the AMQP API</span></div>

<div><span class="Apple-style-span" style="font-family: monospace; font-size: 13px; white-space: pre; background-color: rgb(255, 255, 255); ">seems to be blocking when it shouldn&#39;t.</span><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><pre>

1. I created a two-node cluster.  This much seems fine.
cluster_status gives the right report on both machines:
Cluster status of node rabbit@ps7 ...</pre><pre>[{nodes,[{disc,[rabbit@ps8,rabbit@ps7]}]},
 {running_nodes,[rabbit@ps8,rabbit@ps7]}]

2. I used the Perl API to create an HA queue.  This reported success
via the AMQP, and the management plugin sees the queue and its
parameters correctly.  When I hover over HA I see &quot;x-ha-policy:
nodes&quot;, and when I hover over Args I see &quot;x-ha-policy-params:
[rabbit@ps7,rabbit@ps8]&quot;.  A get to the HTTP API shows the same
data, in JSON of course.

3. When I issue a consume to the queue, my client hangs, rather than
continuing as it did in my non-HA test.  This may be a quirk of the
client, but it is a change from the non-HA working behavior.

4. The output of &quot;rabbitmqctl list_queues&quot; is completely empty.

5. The management plugin seems conflicted as to whether the queue
exists or not.  The queue is present and visible in the queue list,
but when I go to the queue&#39;s page the big items for Ready, Unacknowledged,
and Total all show &quot;?&quot; instead of a number, and a GET to the queue&#39;s
specific URL returns a 404 error.</pre><pre>How can I diagnose this situation and/or make this work right?</pre></span></div>