diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2013-10-31 17:30:28 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2013-10-31 17:30:28 +0000 |
| commit | 5a8c397387f27b9b3923662fc144a11963cdcf55 (patch) | |
| tree | 2ed61b9db526800066c1bed14b9dc25cf4fad71e /packaging/common | |
| parent | 22664aff3de92f696398d31a2ce05ca6eb27c7f5 (diff) | |
| parent | c5644183a8329416b5a8f137ab8d409ad41ed273 (diff) | |
| download | rabbitmq-server-git-5a8c397387f27b9b3923662fc144a11963cdcf55.tar.gz | |
Merged bug25846 into stable
Diffstat (limited to 'packaging/common')
| -rw-r--r-- | packaging/common/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packaging/common/README b/packaging/common/README new file mode 100644 index 0000000000..0a29ee2753 --- /dev/null +++ b/packaging/common/README @@ -0,0 +1,20 @@ +This is rabbitmq-server, a message broker implementing AMQP, 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: + +http://www.rabbitmq.com/documentation.html + +and for previous versions at: + +http://www.rabbitmq.com/previous.html + +Man pages are installed with this package. Of particular interest are +rabbitmqctl(1), to interact with a running RabbitMQ server, and +rabbitmq-plugins(1), to enable and disable plugins. These should be +run as the superuser. + +An example configuration file is provided in the same directory as +this README. Copy it to /etc/rabbitmq/rabbitmq.config to use it. The +RabbitMQ server must be restarted after changing the configuration +file or enabling or disabling plugins. |
