SYNOPSIS
- rabbitmq-multi {command} [command options...]
DESCRIPTION
rabbitmq-multi scripts allows for easy set-up of a cluster on a single machine.
COMMANDS
start_all {count}
- Start count nodes with unique names, listening on all IP addresses and on sequential ports starting from 5672.
status
- Print the status of all running RabbitMQ nodes.
stop_all
- Stop all local RabbitMQ nodes,
rotate_logs
- Rotate log files for all local and running RabbitMQ nodes.
EXAMPLES
rabbitmq-multi start_all 3
- Starts 3 local RabbitMQ nodes with unique, sequential port numbers.