[rabbitmq-discuss] Interesting Active-Active error

Matthew Sackman matthew at rabbitmq.com
Tue Oct 25 00:05:38 BST 2011


Hi Jason,

On Mon, Oct 24, 2011 at 04:52:57PM -0600, Jason J. W. Williams wrote:
> Been messing around with mirrored queues in 2.6.1 on OS X 10.7.2
> today. I initially created a queue called "hello-queue" with an
> "x-ha-policy" of "all". This worked as expected. I then deleted the
> queue through the management web UI and tried recreating it now with
> the following arg dict:
> 
> {"x-ha-policy" : "nodes", "x-ha-policy-params" , ["rabbit at Phantome,
> "rabbit2 at Phantome"]}
> 
> This triggered an AMQP 404 error when trying to create the queue:
> pika.exceptions.AMQPChannelError: (404, "NOT_FOUND - no queue
> 'hello-queue' in vhost '/'")

"nodes" is currently broken. Only "all" works. This will be fixed in the
next release.

Matthew


More information about the rabbitmq-discuss mailing list