1RABBITMQ-ECHOPID.BAT(8)   BSD System Manager's Manual  RABBITMQ-ECHOPID.BAT(8)
2

NAME

4     rabbitmq-echopid.bat — returns the Windows process id of the Erlang run‐
5     time running RabbitMQ
6

SYNOPSIS

8     rabbitmq-echopid.bat sname
9

DESCRIPTION

11     RabbitMQ is an open source multi-protocol messaging broker.
12
13     Running rabbitmq-echopid.bat will attempt to discover and echo the
14     process id (PID) of the Erlang runtime process (erl.exe) that is hosting
15     RabbitMQ.  To allow erl.exe time to start up and load RabbitMQ, the
16     script will wait for ten seconds before timing out if a suitable PID can‐
17     not be found.
18
19     If a PID is discovered, the script will echo it to stdout before exiting
20     with a ERRORLEVEL of 0.  If no PID is discovered before the timeout,
21     nothing is written to stdout and the script exits setting ERRORLEVEL to
22     1.
23
24     Note that this script only exists on Windows due to the need to wait for
25     erl.exe and possibly time-out.  To obtain the PID on Unix set
26     RABBITMQ_PID_FILE before starting rabbitmq-server(8) and do not use
27     -detached.
28

OPTIONS

30     sname   The short-name form of the RabbitMQ node name.
31

SEE ALSO

33     rabbitmq-plugins(8), rabbitmq-server(8), rabbitmq-service(8),
34     rabbitmqctl(8)
35

AUTHOR

37     The RabbitMQ Team <info@rabbitmq.com>
38
39RabbitMQ Server                January 25, 2019                RabbitMQ Server
Impressum