"no binding <queuename> between exchange 'amq.topic' in vhost '/'
NOT_FOUND - no binding <queuename> between exchange 'amq.topic' in vhost '/' and queue 'queuename' in vhost '/'
We are running in a clustered 3 node setup with mirrored queues, it does not appear that a node went down in the time frame that the error occurred.
I was hoping that there maybe someone in the community\group that has had some experience with this type of issue could help me understand possible root causes or some lower level log locations that i could review.
We were able to get the system corrected by following this post from stackoverflow:
I had the same problem and was able to fix it without having to shutdown the cluster or reset the virtual host. I had a queue with 3 routing keys bound in a cluster. I had to remove the queue while 1 of the nodes was down and after that I always got the "no binding between exchange in vhost and queue' error when trying to register the routing keys again in the newly created queue with the same name. The original queue was created as 'Durable' and the solution was to:
As I wanted to have a durable queue, I then deleted the queue again, created a new 'Durable' queue with the same name and then binding the routing keys worked perfectly. Maybe by creating a new queue with different 'Durability' type, did reset the old bindings that were still remaining somewhere. |
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.