summaryrefslogtreecommitdiff
path: root/README.md
blob: faa4fe660757431630917d538672e55b55f3181d (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
# RabbitMQ Server

[RabbitMQ](http://rabbitmq.com) is a [feature rich](http://www.rabbitmq.com/features.html), multi-protocol messaging broker. It supports:

 * AMQP 0-9-1
 * STOMP 1.0 through 1.2
 * MQTT 3.1.1
 * AMQP 1.0


## Installation

 * [Installation guides](http://www.rabbitmq.com/download.html) for various platforms


## Tutorials & Documentation

 * [RabbitMQ tutorials](http://www.rabbitmq.com/getstarted.html)
 * [Documentation guides](http://www.rabbitmq.com/documentation.html)
 * [Client libraries and tools](http://www.rabbitmq.com/devtools.html)

## Getting Help

 * [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users)
 * `#rabbitmq` on Freenode
 * [Commercial RabbitMQ support](http://www.rabbitmq.com/services.html) from [Pivotal](http://pivotal.io)


## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](http://www.rabbitmq.com/github.html).


## License

RabbitMQ server is [licensed under the MPL](LICENSE-MPL-RabbitMQ).


## Building From Source

See [building RabbitMQ server from source](http://www.rabbitmq.com/build-server.html).


## Copyright

(c) Pivotal Software Inc., 2007-2015.