summaryrefslogtreecommitdiff
path: root/docs/rabbitmq-deactivate-plugins.1.pod
diff options
context:
space:
mode:
authorMarek Majkowski <majek@lshift.net>2009-09-29 13:22:11 +0100
committerMarek Majkowski <majek@lshift.net>2009-09-29 13:22:11 +0100
commit63b28edec9dfbbcbcb004babf9d1d42a47b2488e (patch)
treedef2b2c4e71342750533174d0ffa8d17f996bd7b /docs/rabbitmq-deactivate-plugins.1.pod
parent9354c7fdacc49a3fa9a40eea66df897feb4f1328 (diff)
parentbca6c53111013d880d88794440d8923f9c97ffe1 (diff)
downloadrabbitmq-server-git-63b28edec9dfbbcbcb004babf9d1d42a47b2488e.tar.gz
Default merged into bug 21457
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>