diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-05-12 13:08:45 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-05-12 13:08:45 +0100 |
| commit | 36a1423f8ad3626303e24ba34abb2ba7429e91bc (patch) | |
| tree | 9bacec0e0273010e6f44d386ebc4fdfaaafda470 /tools/doc/delete_queue.xml | |
| parent | 11a5577f7c6ee26ec832bc806567e1909449dfc4 (diff) | |
| download | rabbitmq-c-github-ask-bug24079.tar.gz | |
Pre-junk. rabbitmq-c is not in fact a plugin.bug24079
Diffstat (limited to 'tools/doc/delete_queue.xml')
| -rw-r--r-- | tools/doc/delete_queue.xml | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/tools/doc/delete_queue.xml b/tools/doc/delete_queue.xml deleted file mode 100644 index 69d03d8..0000000 --- a/tools/doc/delete_queue.xml +++ /dev/null @@ -1,94 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.docbook.org/xml/4.5/docbookx.dtd" -[ -<!ENTITY date SYSTEM "man-date.ent" > -] -> -<refentry lang="en"> - <refentryinfo> - <productname>RabbitMQ C Client</productname> - <authorgroup> - <corpauthor>The RabbitMQ Team <<ulink url="mailto:info@rabbitmq.com"><email>info@rabbitmq.com</email></ulink>></corpauthor> - </authorgroup> - <date>&date;</date> - </refentryinfo> - - <refmeta> - <refentrytitle>amqp-delete-queue</refentrytitle> - <manvolnum>1</manvolnum> - <refmiscinfo class="manual">RabbitMQ C Client</refmiscinfo> - </refmeta> - - <refnamediv> - <refname>amqp-delete-queue</refname> - <refpurpose>Delete a queue from an AMQP server</refpurpose> - </refnamediv> - - <refsynopsisdiv> - <cmdsynopsis> - <command>amqp-delete-queue</command> - <arg choice="opt" rep="repeat"> - <replaceable>OPTION</replaceable> - </arg> - <arg choice="req">-q <replaceable>queue name</replaceable></arg> - </cmdsynopsis> - </refsynopsisdiv> - - <refsect1> - <title>Description</title> - <para> - <command>amqp-delete-queue</command> deletes a queue from - an AMQP server, and exits after printing to standard - output the number of messages that were in the queue at - the time of its deletion. - </para> - </refsect1> - - <refsect1> - <title>Options</title> - <variablelist> - <varlistentry> - <term><option>-q</option></term> - <term><option>--queue</option>=<replaceable class="parameter">queue name</replaceable></term> - <listitem> - <para> - The name of the queue to delete. - </para> - </listitem> - </varlistentry> - </variablelist> - </refsect1> - - <refsect1> - <title>Exit Status</title> - <para> - If the queue was successfully deleted, the exit status is - 0. If an error occurs, the exit status is 1. - </para> - </refsect1> - - <refsect1> - <title>Examples</title> - <variablelist> - <varlistentry> - <term>Delete the - queue <quote><systemitem class="resource">myqueue</systemitem></quote> - at a moment when it has 123 messages waiting on - it:</term> - <listitem> - <screen><prompt>$ </prompt><userinput>amqp-delete-queue -q myqueue</userinput> -123</screen> - </listitem> - </varlistentry> - </variablelist> - </refsect1> - - <refsect1> - <title>See also</title> - <para> - <citerefentry><refentrytitle>librabbitmq-tools</refentrytitle><manvolnum>7</manvolnum></citerefentry> - describes connection-related options common to all the - RabbitMQ C Client tools. - </para> - </refsect1> -</refentry> |
