diff options
| author | Matthias Radestock <matthias@lshift.net> | 2008-12-10 18:05:51 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2008-12-10 18:05:51 +0000 |
| commit | 2b4ed321de3800572df3ecd6ac9a808e61539468 (patch) | |
| tree | dfe34f462ef375814185b2ba2b01b3bcbdbcf5e1 /docs/rabbitmq-multi.1.pod | |
| parent | aa0f1d27376674c0383138bccdd73b9ff1dfae22 (diff) | |
| parent | 9a4aa2cafaf172dcce8d1f01419d2101e903027b (diff) | |
| download | rabbitmq-server-git-2b4ed321de3800572df3ecd6ac9a808e61539468.tar.gz | |
merge bug19914 into default
Diffstat (limited to 'docs/rabbitmq-multi.1.pod')
| -rw-r--r-- | docs/rabbitmq-multi.1.pod | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/rabbitmq-multi.1.pod b/docs/rabbitmq-multi.1.pod new file mode 100644 index 0000000000..82c3911681 --- /dev/null +++ b/docs/rabbitmq-multi.1.pod @@ -0,0 +1,51 @@ +=head1 NAME + +rabbitmq-multi - start/stop local cluster RabbitMQ nodes + +=head1 SYNOPSIS + +rabbitmq-multi I<command> [command option] + +=head1 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. + +See also rabbitmq-server(1) for configuration information. + +=head1 COMMANDS + +start_all I<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 + +=head1 EXAMPLES + +Start 3 local RabbitMQ nodes with unique, sequential port numbers: + + rabbitmq-multi start_all 3 + +=head1 SEE ALSO + +rabbitmq-server(1), rabbitmqctl(1) + +=head1 AUTHOR + +The RabbitMQ Team <info@rabbitmq.com> + +=head1 REFERENCES + +RabbitMQ Web Site: http://www.rabbitmq.com |
