diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-02-08 18:10:43 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-02-08 18:10:43 +0000 |
| commit | 6a123a92e442e51b27708e318f633936e45db4a1 (patch) | |
| tree | 4a8bc36b6c3fb4eab267d58fa819ee5780b52139 /docs/rabbitmqctl.1.xml | |
| parent | 0aa1f7e5b8c6eafca9ed19acf9b729403066625a (diff) | |
| parent | 6a11b9ab7b83ec0ac2eefdf7230c795fcb268057 (diff) | |
| download | rabbitmq-server-git-6a123a92e442e51b27708e318f633936e45db4a1.tar.gz | |
Merging default into bug23657
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..5c090e5a2b 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 too + long 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> |
