summaryrefslogtreecommitdiff
path: root/docs/rabbitmq-deactivate-plugins.1.pod
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-09-30 06:48:04 +0100
committerMatthias Radestock <matthias@lshift.net>2009-09-30 06:48:04 +0100
commit9e6524bdbf83bd7c6ba746181f242700e765eb46 (patch)
tree55722a965432902282e05b8fcd0c2ff226a48a10 /docs/rabbitmq-deactivate-plugins.1.pod
parentf83fd775aa396088172cf9641f14fb8f3b39e32b (diff)
parentef14e003116cec8bd99fa360994477f977e4f1ad (diff)
downloadrabbitmq-server-git-9e6524bdbf83bd7c6ba746181f242700e765eb46.tar.gz
merge default into bug20399
Diffstat (limited to 'docs/rabbitmq-deactivate-plugins.1.pod')
-rw-r--r--docs/rabbitmq-deactivate-plugins.1.pod37
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>