diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-02-12 21:00:13 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-02-12 21:00:13 +0000 |
| commit | 32d11d570edcf1ae20ef5806e23edca47ae00ad6 (patch) | |
| tree | 26fdf8ad5b3f0c6434bcee818ba0a255a64a887c /docs | |
| parent | 3a4196aefac0f4183eb98503bfbd360c6e0a2ceb (diff) | |
| parent | 82d3a143a70c5ed67f1e5eec0920d89e703dc8a6 (diff) | |
| download | rabbitmq-server-git-32d11d570edcf1ae20ef5806e23edca47ae00ad6.tar.gz | |
Merging bug23727 to bug23554
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq-server.1.xml | 5 | ||||
| -rw-r--r-- | docs/rabbitmq-service.xml | 5 | ||||
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 10 |
3 files changed, 16 insertions, 4 deletions
diff --git a/docs/rabbitmq-server.1.xml b/docs/rabbitmq-server.1.xml index 687a9c39d5..f161a291f6 100644 --- a/docs/rabbitmq-server.1.xml +++ b/docs/rabbitmq-server.1.xml @@ -83,8 +83,9 @@ machine guide</ulink> for details. <term>RABBITMQ_NODE_IP_ADDRESS</term> <listitem> <para> -Defaults to 0.0.0.0. This can be changed if you only want to bind to -one network interface. +By default RabbitMQ will bind to all interfaces, on IPv4 and IPv6 if +available. Set this if you only want to bind to one network interface +or address family. </para> </listitem> </varlistentry> diff --git a/docs/rabbitmq-service.xml b/docs/rabbitmq-service.xml index e95f9889dd..3368960b80 100644 --- a/docs/rabbitmq-service.xml +++ b/docs/rabbitmq-service.xml @@ -165,8 +165,9 @@ machine guide</ulink> for details. <term>RABBITMQ_NODE_IP_ADDRESS</term> <listitem> <para> -Defaults to 0.0.0.0. This can be changed if you only want to bind to -one network interface. +By default RabbitMQ will bind to all interfaces, on IPv4 and IPv6 if +available. Set this if you only want to bind to one network interface +or address family. </para> </listitem> </varlistentry> diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 2152cab32c..bd9fee7d4b 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1191,6 +1191,16 @@ messages to the channel's consumers. </para></listitem> </varlistentry> + <varlistentry> + <term>confirm</term> + <listitem><para>True if the channel is in confirm mode, false otherwise.</para></listitem> + </varlistentry> + <varlistentry> + <term>messages_unconfirmed</term> + <listitem><para>Number of published messages not yet + confirmed. On channels not in confirm mode, this + remains 0.</para></listitem> + </varlistentry> </variablelist> <para> If no <command>channelinfoitem</command>s are specified then pid, |
