blob: 10e91fbbac337c003203a1b342e241f8f2d5e10f (
plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
# RabbitMQ Server
[RabbitMQ](https://rabbitmq.com) is a [feature rich](https://rabbitmq.com/documentation.html), multi-protocol messaging broker. It supports:
* AMQP 0-9-1
* AMQP 1.0
* STOMP 1.0 through 1.2
* MQTT 3.1.1
## Installation
* [Installation guides](https://rabbitmq.com/download.html) for various platforms
## Tutorials & Documentation
* [RabbitMQ tutorials](https://rabbitmq.com/getstarted.html)
* [All documentation guides](https://rabbitmq.com/documentation.html)
* [Documentation source](https://github.com/rabbitmq/rabbitmq-website/)
* [Client libraries and tools](https://rabbitmq.com/devtools.html)
* [Monitoring guide](https://rabbitmq.com/monitoring.html)
* [Production checklist](https://rabbitmq.com/production-checklist.html)
* [Runnable tutorials](https://github.com/rabbitmq/rabbitmq-tutorials/)
## Getting Help
* [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users)
* [Commercial support](https://rabbitmq.com/services.html) from [Pivotal](http://pivotal.io) for open source RabbitMQ
* [Community Slack](https://rabbitmq-slack.herokuapp.com/)
* `#rabbitmq` on Freenode
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](https://rabbitmq.com/github.html).
## Licensing
RabbitMQ server is [licensed under the MPL 1.1](LICENSE-MPL-RabbitMQ).
## Building From Source and Packaging
* [Building RabbitMQ Server From Source](https://rabbitmq.com/build-server.html)
* [Building RabbitMQ Server Packages](https://rabbitmq.com/build-server.html)
## Copyright
(c) Pivotal Software Inc., 2007-2018.
|