diff options
| author | David Wragg <dpw@lshift.net> | 2009-08-20 13:58:22 +0100 |
|---|---|---|
| committer | David Wragg <dpw@lshift.net> | 2009-08-20 13:58:22 +0100 |
| commit | dd56a8132e6076e8690e5cb1fba2da567fbb2997 (patch) | |
| tree | 27440ae83e18a3f9e126349f1e9a35d833a43e7a /docs/rabbitmq-activate-plugins.1.pod | |
| parent | 5f3ee0a97a30a9dcd06d16efcab53716b52949c8 (diff) | |
| parent | 49157676d8179402e9474e80ed25e8aa6f95087c (diff) | |
| download | rabbitmq-server-git-dd56a8132e6076e8690e5cb1fba2da567fbb2997.tar.gz | |
Merge default into bug19973, resolving conflict
Diffstat (limited to 'docs/rabbitmq-activate-plugins.1.pod')
| -rw-r--r-- | docs/rabbitmq-activate-plugins.1.pod | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/rabbitmq-activate-plugins.1.pod b/docs/rabbitmq-activate-plugins.1.pod new file mode 100644 index 0000000000..6bf9f6c474 --- /dev/null +++ b/docs/rabbitmq-activate-plugins.1.pod @@ -0,0 +1,35 @@ +=head1 NAME + +rabbitmq-activate-plugins - command line tool for activating plugins in a RabbitMQ broker + +=head1 SYNOPSIS + +rabbitmq-activate-plugins + +=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-activate-plugins is a command line tool for activating plugins installed +into the broker's plugins directory. + +=head1 EXAMPLES + +To activate all of the installed plugins in the current RabbitMQ install, +execute: + + rabbitmq-activate-plugins + +=head1 SEE ALSO + +rabbitmq.conf(5), rabbitmq-multi(1), rabbitmq-server(1), rabbitmqctl(1) + +=head1 AUTHOR + +The RabbitMQ Team <info@rabbitmq.com> + +=head1 REFERENCES + +RabbitMQ Web Site: http://www.rabbitmq.com |
