1RABBITMQ-SERVER(1) RabbitMQ Server RABBITMQ-SERVER(1)
2
3
4
6 rabbitmq-server - start RabbitMQ AMQP server
7
9 rabbitmq-server [-detached]
10
12 RabbitMQ is an implementation of AMQP, the emerging standard for high
13 performance enterprise messaging. The RabbitMQ server is a robust and
14 scalable implementation of an AMQP broker.
15
16 Running rabbitmq-server in the foreground displays a banner message,
17 and reports on progress in the startup sequence, concluding with the
18 message "broker running", indicating that the RabbitMQ broker has been
19 started successfully. To shut down the server, just terminate the
20 process or use rabbitmqctl(1).
21
23 RABBITMQ_MNESIA_BASE
24 Defaults to /var/lib/rabbitmq/mnesia. Set this to the directory
25 where Mnesia database files should be placed.
26
27 RABBITMQ_LOG_BASE
28 Defaults to /var/log/rabbitmq. Log files generated by the server
29 will be placed in this directory.
30
31 RABBITMQ_NODENAME
32 Defaults to rabbit. This can be useful if you want to run more than
33 one node per machine - RABBITMQ_NODENAME should be unique per
34 erlang-node-and-machine combination. See the clustering on a single
35 machine guide[1] for details.
36
37 RABBITMQ_NODE_IP_ADDRESS
38 By default RabbitMQ will bind to all interfaces, on IPv4 and IPv6
39 if available. Set this if you only want to bind to one network
40 interface or address family.
41
42 RABBITMQ_NODE_PORT
43 Defaults to 5672.
44
46 -detached
47 start the server process in the background
48
50 rabbitmq-env.conf(5) rabbitmqctl(1)
51
53 rabbitmq-server -detached
54 Runs RabbitMQ AMQP server in the background.
55
57 The RabbitMQ Team <info@rabbitmq.com>
58
60 1. clustering on a single machine guide
61 http://www.rabbitmq.com/clustering.html#single-machine
62
63
64
65RabbitMQ Server 11/08/2011 RABBITMQ-SERVER(1)