Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
RABBITMQ-ECHOPID.BAT(8)      System Manager's Manual	 RABBITMQ-ECHOPID.BAT(8)

NAME
     rabbitmq-echopid.bat  --  returns the Windows process id of the Erlang run-
     time running RabbitMQ

SYNOPSIS
     rabbitmq-echopid.bat sname

DESCRIPTION
     RabbitMQ is an open source multi-protocol messaging broker.

     Running rabbitmq-echopid.bat 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.

     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,  noth-
     ing is written to stdout and the script exits setting ERRORLEVEL to 1.

     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(8)  and  do	not  use
     -detached.

OPTIONS
     sname   The short-name form of the RabbitMQ node name.

SEE ALSO
     rabbitmq-plugins(8),   rabbitmq-server(8),   rabbitmq-service(8),	 rabbit-
     mqctl(8)

AUTHOR
     The RabbitMQ Team <contact-tanzu-data.pdl@broadcom.com>

RabbitMQ Server 		  June 22, 2023 	 RABBITMQ-ECHOPID.BAT(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rabbitmq-echopid&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help