diff options
| author | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2019-01-25 17:41:12 +0100 |
|---|---|---|
| committer | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2019-01-25 17:41:12 +0100 |
| commit | dcf663fcf99eeefb1c0de07e7389b47988cfbd92 (patch) | |
| tree | eff2f2f31d572615bc2453378f3b760d1323bb9f /docs/rabbitmq-service.8 | |
| parent | 9eaa79d5f80ec3025ce0dbbac5e81a60437dec7c (diff) | |
| parent | a4b602567081b28c4bc53ac5995b5c054a305da9 (diff) | |
| download | rabbitmq-server-git-dcf663fcf99eeefb1c0de07e7389b47988cfbd92.tar.gz | |
Merge branch 'master' into rabbitmq-server-1838-active-field-for-consumers
Conflicts:
src/rabbit_fifo.erl
Diffstat (limited to 'docs/rabbitmq-service.8')
| -rw-r--r-- | docs/rabbitmq-service.8 | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/rabbitmq-service.8 b/docs/rabbitmq-service.8 index d293fba7b5..fd01bbb814 100644 --- a/docs/rabbitmq-service.8 +++ b/docs/rabbitmq-service.8 @@ -14,12 +14,12 @@ .\" The Initial Developer of the Original Code is Pivotal Software, Inc. .\" Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved. .\" -.Dd April 25, 2017 +.Dd January 25, 2019 .Dt RABBITMQ-SERVICE.BAT 8 .Os "RabbitMQ Server" .Sh NAME .Nm rabbitmq-service.bat -.Nd manage RabbitMQ AMQP Windows service +.Nd tool for managing RabbitMQ Windows service .\" ------------------------------------------------------------------ .Sh SYNOPSIS .\" ------------------------------------------------------------------ @@ -28,17 +28,14 @@ .\" ------------------------------------------------------------------ .Sh DESCRIPTION .\" ------------------------------------------------------------------ -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. +RabbitMQ is an open source multi-protocol messaging broker. .Pp Running .Nm -allows the RabbitMQ broker to be run as a service on -NT/2000/2003/XP/Vista® environments. +allows the RabbitMQ broker to be run as a service in +Windows® environments. The RabbitMQ broker service can be started and stopped using the -Windows® services applet. +Windows® services panel. .Pp By default the service will run in the authentication context of the local system account. @@ -93,25 +90,28 @@ Note: Windows only. Defaults to the application data directory of the current user. This is the location of log and database directories. .It Ev RABBITMQ_NODENAME Defaults to -.Qq rabbit . -This can be useful if you want to run more than one node per machine - +.Qq rabbit@ . +followed by the computed hostname. +Can be used to run multiple nodes on the same host. +Every node in a cluster must have a unique .Ev RABBITMQ_NODENAME -should be unique per erlang-node-and-machine combination. -See the -.Lk http://www.rabbitmq.com/clustering.html#single-machine clustering on a single machine guide -for details. +To learn more, see the +.Lk https://www.rabbitmq.com/clustering.html "RabbitMQ Clustering guide" .It Ev RABBITMQ_NODE_IP_ADDRESS -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 +By default RabbitMQ will bind to all IPv6 and IPv4 interfaces available. +This variable limits the node to one network interface or address family. +To learn more, see the +.Lk https://www.rabbitmq.com/networking.html "RabbitMQ Networking guide" .It Ev RABBITMQ_NODE_PORT -Defaults to 5672. +AMQP 0-9-1 and AMQP 1.0 port. Defaults to 5672. +To learn more, see the +.Lk https://www.rabbitmq.com/networking.html "RabbitMQ Networking guide" .It Ev ERLANG_SERVICE_MANAGER_PATH Defaults to -.Pa C:\(rsProgram\ Files\(rserl5.5.5\(rserts-5.5.5\(rsbin +.Pa C:\(rsProgram\ Files\(rserl{version}\(rserts-{version}\(rsbin (or -.Pa C:\(rsProgram\ Files\ (x86)\(rserl5.5.5\(rserts-5.5.5\(rsbin +.Pa C:\(rsProgram\ Files\ (x86)\(rserl{version}\(rserts-{version}\(rsbin for 64-bit environments). This is the installation location of the Erlang service manager. .It Ev RABBITMQ_CONSOLE_LOG |
