diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-02-23 12:42:21 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-02-23 12:42:21 +0000 |
| commit | 56f4ccba310376979e4a59028ef710383d6dd04f (patch) | |
| tree | dc56e868815e0c95e20472955c64487f417a6217 /docs | |
| parent | 2083e9accd12f547d4bec8ed98d981cee4032028 (diff) | |
| download | rabbitmq-server-git-56f4ccba310376979e4a59028ef710383d6dd04f.tar.gz | |
M-q and explain windows v unix.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq-echopid.xml | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/docs/rabbitmq-echopid.xml b/docs/rabbitmq-echopid.xml index b5f4147892..d3dcea521b 100644 --- a/docs/rabbitmq-echopid.xml +++ b/docs/rabbitmq-echopid.xml @@ -28,21 +28,30 @@ <refsect1> <title>Description</title> <para> - RabbitMQ is an implementation of AMQP, the emerging standard for high -performance enterprise messaging. The RabbitMQ server is a robust and -scalable implementation of an AMQP broker. + RabbitMQ is an implementation of AMQP, the emerging + standard for high performance enterprise messaging. The + RabbitMQ server is a robust and scalable implementation of + an AMQP broker. </para> <para> -Running <command>rabbitmq-echopid</command> will attempt to discover and echo -the process id (PID) of the Erlang runtime process (erl.exe) that is hosting -RabbitMQ. To allow erl.exe time to start up and load RabbitMQ, the script -will wait for ten seconds before timing out if a suitable PID cannot be -found. + Running <command>rabbitmq-echopid</command> will attempt to + discover and echo the process id (PID) of the Erlang runtime + process (erl.exe) that is hosting RabbitMQ. To allow erl.exe + time to start up and load RabbitMQ, the script will wait for + ten seconds before timing out if a suitable PID cannot be + found. </para> <para> -If a PID is discovered, the script will echo it to stdout before exiting with -a ERRORLEVEL of 0. If no PID is discovered before the timeout, nothing is -written to stdout and the script exits setting ERRORLEVEL to 1. + If a PID is discovered, the script will echo it to stdout + before exiting with a ERRORLEVEL of 0. If no PID is + discovered before the timeout, nothing is written to stdout + and the script exits setting ERRORLEVEL to 1. + </para> + <para> + Note that this script only exists on Windows due to the need + to wait for erl.exe and possibly time-out. To obtain the PID + on Unix set RABBITMQ_PID_FILE before starting + rabbitmq-server and do not use "-detached". </para> </refsect1> |
