File: README-for-packages

package info (click to toggle)
rabbitmq-server 4.0.5-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,972 kB
  • sloc: erlang: 257,835; javascript: 22,466; sh: 3,037; makefile: 2,517; python: 1,966; xml: 646; cs: 335; java: 244; ruby: 212; php: 100; perl: 63; awk: 13
file content (26 lines) | stat: -rw-r--r-- 1,063 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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 and previous versions at

https://www.rabbitmq.com/docs

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(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/docs/cli

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.  Learn more about configuration at

https://www.rabbitmq.com/docs/configure

An example policy file for HA queues is provided in the same directory
as this README. Copy and chmod +x it to
/usr/local/sbin/set_rabbitmq_policy to use it with the Pacemaker OCF RA.