Rabbitmq server repackaged for 7.0
[packages/centos6/rabbitmq-server.git] / README
1 This is rabbitmq-server, a message broker implementing AMQP, STOMP and MQTT.
2
3 Most of the documentation for RabbitMQ is provided on the RabbitMQ web
4 site. You can see documentation for the current version at:
5
6 http://www.rabbitmq.com/documentation.html
7
8 and for previous versions at:
9
10 http://www.rabbitmq.com/previous.html
11
12 Man pages are installed with this package. Of particular interest are
13 rabbitmqctl(1), to interact with a running RabbitMQ server, and
14 rabbitmq-plugins(1), to enable and disable plugins. These should be
15 run as the superuser.
16
17 An example configuration file is provided in the same directory as
18 this README. Copy it to /etc/rabbitmq/rabbitmq.config to use it. The
19 RabbitMQ server must be restarted after changing the configuration
20 file or enabling or disabling plugins.