1RABBITMQ-SERVER(8)        BSD System Manager's Manual       RABBITMQ-SERVER(8)
2

NAME

4     rabbitmq-server — starts a RabbitMQ node
5

SYNOPSIS

7     rabbitmq-server [-detached]
8

DESCRIPTION

10     RabbitMQ is an open source multi-protocol messaging broker.
11
12     Running rabbitmq-server starts a RabbitMQ node in the foreground. The
13     node will display a startup banner and report when startup is complete.
14     To shut down the server, use service management tools or rabbitmqctl(8).
15

ENVIRONMENT

17     RABBITMQ_CONFIG_FILE
18             Defaults to /etc/rabbitmq/rabbitmq.conf.  Node configuration file
19             path.  To learn more, see the RabbitMQ Configuration guide:
20             https://www.rabbitmq.com/configure.html
21
22     RABBITMQ_MNESIA_BASE
23             Defaults to /var/lib/rabbitmq/mnesia.  Node data directory will
24             be located (or created) in this directory.  To learn more, see
25             the RabbitMQ File and Directory guide:
26             https://www.rabbitmq.com/relocate.html
27
28     RABBITMQ_LOG_BASE
29             Defaults to /var/log/rabbitmq.  Log files generated by the server
30             will be placed in this directory.  To learn more, see the
31             RabbitMQ Logging guide: https://www.rabbitmq.com/logging.html
32
33     RABBITMQ_NODENAME
34             Defaults to "rabbit@".  followed by the computed hostname.  Can
35             be used to run multiple nodes on the same host.  Every node in a
36             cluster must have a unique RABBITMQ_NODENAME To learn more, see
37             the RabbitMQ Clustering guide:
38             https://www.rabbitmq.com/clustering.html
39
40     RABBITMQ_NODE_IP_ADDRESS
41             By default RabbitMQ will bind to all IPv6 and IPv4 interfaces
42             available.  This variable limits the node to one network inter‐
43             face or address family.  To learn more, see the RabbitMQ
44             Networking guide: https://www.rabbitmq.com/networking.html
45
46     RABBITMQ_NODE_PORT
47             AMQP 0-9-1 and AMQP 1.0 port. Defaults to 5672.  To learn more,
48             see the RabbitMQ Networking guide:
49             https://www.rabbitmq.com/networking.html
50

OPTIONS

52     -detached
53             Start the server process in the background.  Note that this will
54             cause the pid not to be written to the pid file.
55
56             For example, runs RabbitMQ AMQP server in the background:
57
58                   rabbitmq-server -detached
59

SEE ALSO

61     rabbitmqctl(8), rabbitmq-diagnostics(8), rabbitmq-plugins(8),
62     rabbitmq-queues(8), rabbitmq-upgrade(8), rabbitmq-service(8),
63     rabbitmq-env.conf(5), rabbitmq-echopid(8)
64

AUTHOR

66     The RabbitMQ Team <info@rabbitmq.com>
67
68RabbitMQ Server               September 28, 2019               RabbitMQ Server
Impressum