diff options
| author | Hubert Plociniczak <hubert@lshift.net> | 2008-08-07 14:22:07 +0100 |
|---|---|---|
| committer | Hubert Plociniczak <hubert@lshift.net> | 2008-08-07 14:22:07 +0100 |
| commit | 50f02b4840542c96971dd3d48fc0ae16cc6503d7 (patch) | |
| tree | 98ea29459dcdd80777dbe2f1b5512d44af5e566e /docs/rabbitmqctl.pod | |
| parent | 976246e1d8c87c7417ba0f4c0816f4862ffd2b37 (diff) | |
| download | rabbitmq-server-git-50f02b4840542c96971dd3d48fc0ae16cc6503d7.tar.gz | |
Renamed the pod pages slightly.
Diffstat (limited to 'docs/rabbitmqctl.pod')
| -rw-r--r-- | docs/rabbitmqctl.pod | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.pod b/docs/rabbitmqctl.pod new file mode 100644 index 0000000000..602cf751e3 --- /dev/null +++ b/docs/rabbitmqctl.pod @@ -0,0 +1,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 |
