diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-09-12 19:12:18 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-09-12 19:12:18 +0100 |
| commit | 0473e44ebb9cb0386afda155908bdd2ce41ea27d (patch) | |
| tree | be26e092af43bf8f568c442673090c2c77156f84 /docs | |
| parent | 0aff23ef73ab7f2e480d63da58031298d500ddc4 (diff) | |
| download | rabbitmq-server-git-0473e44ebb9cb0386afda155908bdd2ce41ea27d.tar.gz | |
Do the simplest thing and have additional fields to indicate the type of the binding endpoints
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index ab16a532da..940bf6a8f1 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -894,16 +894,29 @@ </para> <variablelist> <varlistentry> - <term>source</term> - <listitem><para>The name and type of the source of + <term>source_name</term> + <listitem><para>The name of the source of messages to + which the binding is attached. With non-ASCII + characters escaped as in C.</para></listitem> + </varlistentry> + <varlistentry> + <term>source_kind</term> + <listitem><para>The kind of the source of messages to + which the binding is attached. Currently always + queue. With non-ASCII characters escaped as in + C.</para></listitem> + </varlistentry> + <varlistentry> + <term>destination_name</term> + <listitem><para>The name of the destination of messages to which the binding is attached. With non-ASCII characters escaped as in C.</para></listitem> </varlistentry> <varlistentry> - <term>destination</term> - <listitem><para>The type and name of the destination - of messages to which the binding is attached. With + <term>destination_kind</term> + <listitem><para>The kind of the destination of + messages to which the binding is attached. With non-ASCII characters escaped as in C.</para></listitem> </varlistentry> |
