rabbitmq-server/README.md

50 lines
1.4 KiB
Markdown
Raw Normal View History

2015-04-04 06:36:35 +08:00
# 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
2015-04-17 22:07:38 +08:00
* STOMP 1.0 through 1.2
2015-04-04 06:36:35 +08:00
* 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)
2016-10-30 00:26:06 +08:00
* [Documentation Source Code](https://github.com/rabbitmq/rabbitmq-website/)
2015-04-04 06:36:35 +08:00
* [Client libraries and tools](http://www.rabbitmq.com/devtools.html)
2016-10-30 00:22:39 +08:00
* [Tutorials Source Code](https://github.com/rabbitmq/rabbitmq-tutorials/)
2016-10-30 00:24:36 +08:00
2015-04-04 06:36:35 +08:00
## 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).
2016-10-30 00:24:36 +08:00
## Building From Source and Packaging
2015-04-04 06:36:35 +08:00
2016-10-30 00:24:36 +08:00
* [Building RabbitMQ Server From Source](http://www.rabbitmq.com/build-server.html)
* [Building RabbitMQ Server Packages](http://www.rabbitmq.com/build-server.html)
2015-04-04 06:36:35 +08:00
## Copyright
2016-01-16 08:48:01 +08:00
(c) Pivotal Software Inc., 2007-2016.