In a RabbitMQ cluster, there isn’t a global primary node; instead, each queue has its own master (or leader) node. To find the master node for a specific queue, you can use the CL, which shows the queue name and its master node. Alternatively, using the Management HTTP API, send a request to your appi and look for the node field in the JSON response—this indicates which node currently hosts the master copy of that queue.