Replies: 2 comments 3 replies
-
Perhaps the answer to your question is If
The most precise and easiest to understand way of asking this kind of questions is to simply show the commands you perform, the output you get and to point out where that output differs from your expectations (screenshots from the Management UI are ok as well). |
Beta Was this translation helpful? Give feedback.
-
If you are a temporary queue, you can forcibly close the connection from the server to randomly re-allocate the connection to other nodes. If you're a persistent queue, there's no way.
If the most effective way is to delete all queues and let the client re-create them, the initial created queues follow the principle of random allocation. Mirroring queues are essentially active/standby principles, so it is inevitable that the masters are clustered on the same node. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I have a Highly available 3 node Rabbitmq cluster in AKS.
There, I have multiple queries which by default are connected to master node and it's copies will be available in mirroring nodes.
But the issue occurs when pods restarts. Whenever the master pod restarts, all the master queues are available/linked on master pod(single pod). Even though one of the mirror will take its place with all the master queues, there will be some fraction sort of delay which causes the queues to be down as well.
How can we rebalance the queues in the pod?
How to avoid this issue?
Beta Was this translation helpful? Give feedback.
All reactions