blob: 602cf751e32951bd7e80337946f735287eb89e1c (
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
|
=head1 NAME
rabbitmqctl - wrapper for the command line tool for managing a RabbitMQ broker
=head1 SYNOPSIS
rabbitmqctl I<command> [command options]
=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.
rabbitmqctl is a wrapper around rabbitmqctl_real(1) tool and performs
all commands properly with I<rabbitmq> user permissions.
See rabbitmqctl_real(1) for the list of available commands.
=head1 SEE ALSO
rabbitmq-server(1), rabbitmqctl_real(1), rabbitmq-multi(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
|