diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-09-24 12:06:08 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-09-24 12:06:08 +0100 |
| commit | b441f9e9f251859aa3e72a63c92a04cb1040ee3f (patch) | |
| tree | d1f3df2e2413f825d484a888a82b8fd33f988258 /docs/rabbitmq-deactivate-plugins.1.pod | |
| parent | 9640c26cbd8488b0321ec96c350abf1e24f242f2 (diff) | |
| parent | 319d2344da30a0bd4211baafccbe9d5653abe777 (diff) | |
| download | rabbitmq-server-git-b441f9e9f251859aa3e72a63c92a04cb1040ee3f.tar.gz | |
merge bug21559 into default
Diffstat (limited to 'docs/rabbitmq-deactivate-plugins.1.pod')
| -rw-r--r-- | docs/rabbitmq-deactivate-plugins.1.pod | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/rabbitmq-deactivate-plugins.1.pod b/docs/rabbitmq-deactivate-plugins.1.pod new file mode 100644 index 0000000000..eb4fbb90a3 --- /dev/null +++ b/docs/rabbitmq-deactivate-plugins.1.pod @@ -0,0 +1,37 @@ +=head1 NAME + +rabbitmq-deactivate-plugins - command line tool for deactivating plugins +in a RabbitMQ broker + +=head1 SYNOPSIS + +rabbitmq-deactivate-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-deactivate-plugins is a command line tool for deactivating +plugins installed into the broker. + +=head1 EXAMPLES + +To deactivate all of the installed plugins in the current RabbitMQ install, +execute: + + rabbitmq-deactivate-plugins + +=head1 SEE ALSO + +L<rabbitmq.conf(5)>, L<rabbitmq-multi(1)>, L<rabbitmq-server(1)>, +L<rabbitmqctl(1)>, L<rabbitmq-activate-plugins(1)> + +=head1 AUTHOR + +The RabbitMQ Team <info@rabbitmq.com> + +=head1 REFERENCES + +RabbitMQ Web Site: L<http://www.rabbitmq.com> |
