Reputation: 39
I have set up a cluster with 3 nodes and have queue already declared. then I set up a new policy with queue mirroring. I can see the policy under web UI but the queue still not showing up as mirrored. Does anyone know what to check?
Upvotes: 3
Views: 1645
Reputation: 7842
Since the list_queue show them all "running", it appears that the queue is running properly, however it appears that the management plugin is having issue in collecting the status and showing it. You can try resetting the management database and wait until management data is collected again. Try restarting stats DB and also disabling, re-enabling the management plugin.
In case if the above does not resolve the problem, perform a full cluster restart and if that also does not work out, check whether you are operating with older version of rabbitmq and try migrating towards latest rabbitmq which would have a better management plugin.
Upvotes: 1