summaryrefslogtreecommitdiff
path: root/docs/rabbitmq-multi.pod
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2008-08-14 14:00:16 +0100
committerSimon MacMullen <simon@lshift.net>2008-08-14 14:00:16 +0100
commit3de0014340c9fece0e6e7a248e43b9c1722f9549 (patch)
tree53cc5fedd5e91d0de290c73b6b3045bd918e4bf0 /docs/rabbitmq-multi.pod
parent8ae84f28db8fd43e61dacaa364330904fa8004b7 (diff)
parentc4fc5e5dffd7b623b6b0db6c9150d13e6035f21f (diff)
downloadrabbitmq-server-git-3de0014340c9fece0e6e7a248e43b9c1722f9549.tar.gz
Merge bug17940
Diffstat (limited to 'docs/rabbitmq-multi.pod')
-rw-r--r--docs/rabbitmq-multi.pod52
1 files changed, 52 insertions, 0 deletions
diff --git a/docs/rabbitmq-multi.pod b/docs/rabbitmq-multi.pod
new file mode 100644
index 0000000000..2e3f28c8fc
--- /dev/null
+++ b/docs/rabbitmq-multi.pod
@@ -0,0 +1,52 @@
+=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.
+
+stop_all
+ stop all local 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
+
+Originally written by The RabbitMQ Team <info@lshift.net>
+
+=head1 COPYRIGHT
+
+This package, the RabbitMQ server is licensed under the MPL.
+
+If you have any questions regarding licensing, please contact us at
+info@rabbitmq.com.
+
+=head1 REFERENCES
+
+RabbitMQ Web Site: http://www.rabbitmq.com