Not directly, but yes, you should see fewer partitions when you use a recent version and quorum queues.
The mirroring algorithm is very inefficient and may lead to the communication links between the nodes
(aka Erlang distribution) to be blocked/have high latency, which in turn may trigger a network partition,
with an actual network-level issue.
Other issues that often cause this - querying the Management API too often (like monitoring /api/queues every few
seconds with a large number of queues in the cluster).
In RabbitMQ 4.0, to be released next year, all that network partition stuff will change as we're replacing
Mnesia with Khepri. RabbitMQ will be effectively a RAFT system (Khepri uses Ra/RAFT, just like quorum queues).
If you are interested in a warm standby offering, we have it as a commercial feature:
Best,