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:
32                   https://www.rabbitmq.com/logging.html
33
34     RABBITMQ_NODENAME
35             Defaults to "rabbit@".  followed by the computed hostname.  Can
36             be used to run multiple nodes on the same host.  Every node in a
37             cluster must have a unique RABBITMQ_NODENAME To learn more, see
38             the RabbitMQ Clustering guide:
39                   https://www.rabbitmq.com/clustering.html
40
41     RABBITMQ_NODE_IP_ADDRESS
42             By default RabbitMQ will bind to all IPv6 and IPv4 interfaces
43             available.  This variable limits the node to one network inter‐
44             face or address family.  To learn more, see the RabbitMQ
45             Networking guide:
46                   https://www.rabbitmq.com/networking.html
47
48     RABBITMQ_NODE_PORT
49             AMQP 0-9-1 and AMQP 1.0 port. Defaults to 5672.  To learn more,
50             see the RabbitMQ Networking guide:
51                   https://www.rabbitmq.com/networking.html
52

OPTIONS

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

SEE ALSO

63     rabbitmqctl(8), rabbitmq-diagnostics(8), rabbitmq-plugins(8),
64     rabbitmq-service(8), rabbitmq-env.conf(5), rabbitmq-echopid(8)
65

AUTHOR

67     The RabbitMQ Team <info@rabbitmq.com>
68
69RabbitMQ Server                January 25, 2019                RabbitMQ Server
Impressum