[rabbitmq-discuss] Unable to create exchange / queue binding

Simon MacMullen simon at rabbitmq.com
Wed Jun 18 09:53:28 BST 2014


On 17/06/2014 19:03, Daniel W. Burke wrote:
> NOT_FOUND - no binding BINDING_NAME between exchange 'amq.direct' in
> vhost 'MYVHOST' and queue 'QUEUENAME' in vhost 'MYVHOST'
>
> This should be a binding that already exists, but for this queue it
> doesn't.  When trying to create it from the management UI we get the
> error (or from the http api)... if we change just one character in the
> routing key it works... that's not what we want, but it tells me there's
> something deeper wrong.

This message means that you are trying to create an already known 
binding to a queue whih is currently down (i.e. unmirrored and on a down 
node, or mirrored but only to a ste of nodes all of which are down).

Does that sound like what's happening?

Cheers, Simon


More information about the rabbitmq-discuss mailing list