diff options
| author | Marek Majkowski <marek@rabbitmq.com> | 2011-02-25 12:18:02 +0000 |
|---|---|---|
| committer | Marek Majkowski <marek@rabbitmq.com> | 2011-02-25 12:18:02 +0000 |
| commit | 6b4dad7245e64a286a37e3afcb4bf2233c10bb7d (patch) | |
| tree | 18d240329b52862d2c327e07531c8ffa0c2348e1 /docs/rabbitmqctl.1.xml | |
| parent | 1dc6e95613cf625b8d772a5ccfd15c90b3832214 (diff) | |
| parent | be4b20cfb43c4f687af10e71c518f792c6606291 (diff) | |
| download | rabbitmq-server-git-6b4dad7245e64a286a37e3afcb4bf2233c10bb7d.tar.gz | |
default merged into bug23799
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index bd9fee7d4b..3550e5eaef 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -158,6 +158,28 @@ </varlistentry> <varlistentry> + <term><cmdsynopsis><command>wait</command></cmdsynopsis></term> + <listitem> + <para> + Wait for the RabbitMQ application to start. + </para> + <para> + This command will wait for the RabbitMQ application to + start at the node. As long as the Erlang node is up but + the RabbitMQ application is down it will wait + indefinitely. If the node itself goes down, or takes + more than five seconds to come up, it will fail. + </para> + <para role="example-prefix">For example:</para> + <screen role="example">rabbitmqctl wait</screen> + <para role="example"> + This command will return when the RabbitMQ node has + started up. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><cmdsynopsis><command>status</command></cmdsynopsis></term> <listitem> <para> |
