components/rabbitmq/files/rabbitmq-server.1
branchs11u3-sru
changeset 6035 c9748fcc32de
parent 6016 a477397bba8b
child 6054 b5ae16fb8526
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
     1 '\" t
       
     2 .\"     Title: rabbitmq-server
       
     3 .\"    Author: The RabbitMQ Team <[email protected]>
       
     4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
       
     5 .\"      Date: 05/10/2013
       
     6 .\"    Manual: RabbitMQ Server
       
     7 .\"    Source: RabbitMQ Server
       
     8 .\"  Language: English
       
     9 .\"
       
    10 .TH "RABBITMQ\-SERVER" "1" "05/10/2013" "RabbitMQ Server" "RabbitMQ Server"
       
    11 .\" -----------------------------------------------------------------
       
    12 .\" * set default formatting
       
    13 .\" -----------------------------------------------------------------
       
    14 .\" disable hyphenation
       
    15 .nh
       
    16 .\" disable justification (adjust text to left margin only)
       
    17 .ad l
       
    18 .\" -----------------------------------------------------------------
       
    19 .\" * MAIN CONTENT STARTS HERE *
       
    20 .\" -----------------------------------------------------------------
       
    21 .SH "NAME"
       
    22 rabbitmq-server \- start RabbitMQ AMQP server
       
    23 .SH "SYNOPSIS"
       
    24 .HP \w'\fBrabbitmq\-server\fR\ 'u
       
    25 \fBrabbitmq\-server\fR [\-detached]
       
    26 .SH "DESCRIPTION"
       
    27 .PP
       
    28 RabbitMQ is an implementation of AMQP, the emerging standard for high performance enterprise messaging\&. The RabbitMQ server is a robust and scalable implementation of an AMQP broker\&.
       
    29 .PP
       
    30 Running rabbitmq\-server in the foreground displays a banner message, and reports on progress in the startup sequence, concluding with the message "broker running", indicating that the RabbitMQ broker has been started successfully\&. To shut down the server, just terminate the process or use rabbitmqctl(1)\&.
       
    31 .SH "ENVIRONMENT"
       
    32 .PP
       
    33 RABBITMQ_MNESIA_BASE
       
    34 .RS 4
       
    35 Defaults to
       
    36 /var/lib/rabbitmq/mnesia\&. Set this to the directory where Mnesia database files should be placed\&.
       
    37 .RE
       
    38 .PP
       
    39 RABBITMQ_LOG_BASE
       
    40 .RS 4
       
    41 Defaults to
       
    42 /var/log/rabbitmq\&. Log files generated by the server will be placed in this directory\&.
       
    43 .RE
       
    44 .PP
       
    45 RABBITMQ_NODENAME
       
    46 .RS 4
       
    47 Defaults to rabbit\&. This can be useful if you want to run more than one node per machine \-
       
    48 \fBRABBITMQ_NODENAME\fR
       
    49 should be unique per erlang\-node\-and\-machine combination\&. See the
       
    50 \fBclustering on a single machine guide\fR\&\s-2\u[1]\d\s+2
       
    51 for details\&.
       
    52 .RE
       
    53 .PP
       
    54 RABBITMQ_NODE_IP_ADDRESS
       
    55 .RS 4
       
    56 By default RabbitMQ will bind to all interfaces, on IPv4 and IPv6 if available\&. Set this if you only want to bind to one network interface or address family\&.
       
    57 .RE
       
    58 .PP
       
    59 RABBITMQ_NODE_PORT
       
    60 .RS 4
       
    61 Defaults to 5672\&.
       
    62 .RE
       
    63 .SH "OPTIONS"
       
    64 .PP
       
    65 \-detached
       
    66 .RS 4
       
    67 Start the server process in the background\&. Note that this will cause the pid not to be written to the pid file\&.
       
    68 .RE
       
    69 .SH "SEE ALSO"
       
    70 .PP
       
    71 
       
    72 \fBrabbitmq-env.conf\fR(5)
       
    73 \fBrabbitmqctl\fR(1)
       
    74 .SH "EXAMPLES"
       
    75 .PP
       
    76 \fBrabbitmq\-server \-detached\fR
       
    77 .RS 4
       
    78 Runs RabbitMQ AMQP server in the background\&.
       
    79 .RE
       
    80 .SH "AUTHOR"
       
    81 .PP
       
    82 \fBThe RabbitMQ Team <\fR\fB\fBinfo@rabbitmq\&.com\fR\fR\fB>\fR
       
    83 .SH "NOTES"
       
    84 .IP " 1." 4
       
    85 clustering on a single machine guide
       
    86 .RS 4
       
    87 \%http://www.rabbitmq.com/clustering.html#single-machine
       
    88 .RE