I would like to reproduce the RabbitMQ network partition in Windows 10 machines. I have found one solution at Reproduce RabbitMQ network partition scenario but it is not in Windows.
I have tried the following but unable to reproduce the scenario:
- stopped one cluster node by the command
rabbitmqctl stop_app
for a few minutes. - blocked port 25672 in the firewall both Inbound rules and Outbound rules for a few minutes.
Is there any other way that I should try?