On 17/02/14 14:11, Patrick Long wrote:
> Were can I see what the current cluster_partition_handling setting is
> for a node?
This command will tell you:
rabbitmqctl environment
and it should contain output that includes
{cluster_partition_handling,ignore}
(unless you made changes).
-Emile