diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-10-02 07:09:00 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-10-02 07:09:00 +0300 |
| commit | fabf8acb5ffed618648c3201c422a30e26359131 (patch) | |
| tree | 9c0a06f0afd7431cfcd827ee6669ab881bddfb77 /docs | |
| parent | f5e108beb33d7f0b2215aec9457d944f3da1f4e1 (diff) | |
| download | rabbitmq-server-git-fabf8acb5ffed618648c3201c422a30e26359131.tar.gz | |
README-for-packages: more doc links
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README-for-packages | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/docs/README-for-packages b/docs/README-for-packages index 6ae01e88c7..f507a74054 100644 --- a/docs/README-for-packages +++ b/docs/README-for-packages @@ -1,23 +1,29 @@ -This is rabbitmq-server, a message broker implementing AMQP, STOMP and MQTT. +This is rabbitmq-server, a message broker implementing AMQP 0-9-1, AMQP 1.0, +STOMP and MQTT. Most of the documentation for RabbitMQ is provided on the RabbitMQ web -site. You can see documentation for the current version at: +site. You can see documentation for the current version at https://www.rabbitmq.com/documentation.html -and for previous versions at: +and for previous versions at https://www.rabbitmq.com/previous.html Man pages are installed with this package. Of particular interest are rabbitmqctl(8), rabbitmq-diagnostics(8), rabbitmq-queues(8). -They interact with a running node. rabbitmq-plugins(1) is used to manage plugins. -All of these should be run as the superuser. +They interact with a running node. rabbitmq-plugins(8) is used to manage plugins. +All of these should be run as the superuser. Learn more about +CLI tools at + +https://www.rabbitmq.com/cli.html An example configuration file is provided in the same directory as this README. Copy it to /etc/rabbitmq/rabbitmq.conf to use it. The RabbitMQ server must be restarted after changing the configuration -file. +file. Learn more about configuration at + +https://www.rabbitmq.com/configure.html An example policy file for HA queues is provided in the same directory as this README. Copy and chmod +x it to |
