summaryrefslogtreecommitdiff
path: root/docs/rabbitmq-multi.1.pod
blob: 640609eef9d6e74c3a4f1b689bf7bc2e7b4f4ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
=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 L<rabbitmq-server(1)> for configuration information.

=head1 COMMANDS

=over

=item start_all I<count>

Start count nodes with unique names, listening on all IP addresses and
on sequential ports starting from 5672.

=item status

Print the status of all running RabbitMQ nodes.

=item stop_all

Stop all local RabbitMQ nodes,

=item rotate_logs

Rotate log files for all local and running RabbitMQ nodes.

=back

=head1 EXAMPLES

Start 3 local RabbitMQ nodes with unique, sequential port numbers:

          rabbitmq-multi start_all 3

=head1 SEE ALSO

L<rabbitmq.conf(5)>, L<rabbitmq-server(1)>, L<rabbitmqctl(1)>

=head1 AUTHOR

The RabbitMQ Team <info@rabbitmq.com>

=head1 REFERENCES

RabbitMQ Web Site: L<http://www.rabbitmq.com>