GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RABBITMQ-ECHOPID.BAT(8) FreeBSD System Manager's Manual RABBITMQ-ECHOPID.BAT(8)

rabbitmq-echopid.bat
returns the Windows process id of the Erlang runtime running RabbitMQ

rabbitmq-echopid.bat sname

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, nothing 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.

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

rabbitmq-plugins(8), rabbitmq-server(8), rabbitmq-service(8), rabbitmqctl(8)

The RabbitMQ Team <info@rabbitmq.com>
September 28, 2019 RabbitMQ Server

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.