rabbitmq-multi

Langue: en

Autres versions - même langue

Version: 10/04/2010 (ubuntu - 24/10/10)

Section: 1 (Commandes utilisateur)

NAME

rabbitmq-multi - start/stop local cluster RabbitMQ nodes

SYNOPSIS

rabbitmq-multi {command} [command options...]

DESCRIPTION

RabbitMQ is an implementation of AMQP, the emerging standard for high performance enterprise messaging. The RabbitMQ server is a robust and scalable implementation of an AMQP broker.

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.

SEE ALSO

rabbitmq.conf(5) rabbitmq-server(1) rabbitmqctl(1)

EXAMPLES

rabbitmq-multi start_all 3

Starts 3 local RabbitMQ nodes with unique, sequential port numbers.

AUTHOR

The RabbitMQ Team <m[blue]info@rabbitmq.comm[]>