diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-01-26 13:40:35 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-01-26 13:40:35 +0000 |
| commit | 8b22b74269c19286a6c2988f58c66696e3930f69 (patch) | |
| tree | a577d07d5f42ca530233fe7d1e33589d235398b3 /docs | |
| parent | d841573ed030ca47972ac7aa4ff74897cc4d1e3d (diff) | |
| parent | 462f4544fd733e95086dc13bbac1d5b2fed88506 (diff) | |
| download | rabbitmq-server-git-8b22b74269c19286a6c2988f58c66696e3930f69.tar.gz | |
Merged in default
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 0fb3c48fc8..6b93445f66 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, |
