2020-03-06 22:40:47 +08:00
|
|
|
# RabbitMQ Server
|
|
|
|
|
|
2024-09-23 17:13:08 +08:00
|
|
|
[RabbitMQ](https://www.rabbitmq.com) is a [feature rich](https://www.rabbitmq.com/documentation.html), multi-protocol messaging broker. It supports:
|
2015-04-04 06:36:35 +08:00
|
|
|
|
|
|
|
|
* AMQP 0-9-1
|
2018-06-05 20:06:19 +08:00
|
|
|
* AMQP 1.0
|
2015-04-04 06:36:35 +08:00
|
|
|
* MQTT 3.1.1
|
2019-12-29 10:43:35 +08:00
|
|
|
* STOMP 1.0 through 1.2
|
2015-04-04 06:36:35 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
2024-09-23 17:13:08 +08:00
|
|
|
* [Installation guides](https://www.rabbitmq.com/download.html) for various platforms
|
2020-09-01 14:18:49 +08:00
|
|
|
* [Kubernetes Cluster Operator](https://www.rabbitmq.com/kubernetes/operator/operator-overview.html)
|
2020-05-23 14:11:23 +08:00
|
|
|
* [Changelog](https://www.rabbitmq.com/changelog.html)
|
|
|
|
|
* [Releases](https://github.com/rabbitmq/rabbitmq-server/releases) on GitHub
|
2019-12-29 10:43:35 +08:00
|
|
|
* [Supported and unsupported series](https://www.rabbitmq.com/versions.html)
|
|
|
|
|
* [Supported Erlang versions](https://www.rabbitmq.com/which-erlang.html)
|
2015-04-04 06:36:35 +08:00
|
|
|
|
2020-05-23 14:11:23 +08:00
|
|
|
|
2015-04-04 06:36:35 +08:00
|
|
|
## Tutorials & Documentation
|
|
|
|
|
|
2024-09-23 17:13:08 +08:00
|
|
|
* [RabbitMQ tutorials](https://www.rabbitmq.com/getstarted.html)
|
|
|
|
|
* [All documentation guides](https://www.rabbitmq.com/documentation.html)
|
|
|
|
|
* [CLI tools guide](https://www.rabbitmq.com/cli.html)
|
|
|
|
|
* [Configuration guide](https://www.rabbitmq.com/configure.html)
|
|
|
|
|
* [Client libraries and tools](https://www.rabbitmq.com/devtools.html)
|
|
|
|
|
* [Monitoring guide](https://www.rabbitmq.com/monitoring.html)
|
|
|
|
|
* [Production checklist](https://www.rabbitmq.com/production-checklist.html)
|
2018-12-04 05:20:46 +08:00
|
|
|
* [Runnable tutorials](https://github.com/rabbitmq/rabbitmq-tutorials/)
|
2020-05-23 14:11:23 +08:00
|
|
|
* [Documentation source](https://github.com/rabbitmq/rabbitmq-website/)
|
2018-06-05 20:06:19 +08:00
|
|
|
|
2019-10-02 12:24:30 +08:00
|
|
|
|
2015-04-04 06:36:35 +08:00
|
|
|
## Getting Help
|
|
|
|
|
|
|
|
|
|
* [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users)
|
2024-09-23 17:13:08 +08:00
|
|
|
* [Commercial support](https://www.rabbitmq.com/services.html) from [Pivotal](https://pivotal.io) for open source RabbitMQ
|
2018-06-05 20:06:19 +08:00
|
|
|
* [Community Slack](https://rabbitmq-slack.herokuapp.com/)
|
2015-04-04 06:36:35 +08:00
|
|
|
* `#rabbitmq` on Freenode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
2024-09-23 17:13:08 +08:00
|
|
|
See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](https://www.rabbitmq.com/github.html).
|
2015-04-04 06:36:35 +08:00
|
|
|
|
2018-12-04 05:24:09 +08:00
|
|
|
Questions about contributing, internals and so on are very welcome on the [mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users).
|
|
|
|
|
|
2015-04-04 06:36:35 +08:00
|
|
|
|
2018-05-25 14:27:09 +08:00
|
|
|
## Licensing
|
2015-04-04 06:36:35 +08:00
|
|
|
|
2020-07-10 21:31:17 +08:00
|
|
|
RabbitMQ server is [licensed under the MPL 2.0](LICENSE-MPL-RabbitMQ).
|
2015-04-04 06:36:35 +08:00
|
|
|
|
|
|
|
|
|
2016-10-30 00:24:36 +08:00
|
|
|
## Building From Source and Packaging
|
2015-04-04 06:36:35 +08:00
|
|
|
|
2024-09-23 17:13:08 +08:00
|
|
|
* [Building RabbitMQ from Source](https://www.rabbitmq.com/build-server.html)
|
|
|
|
|
* [Building RabbitMQ Distribution Packages](https://www.rabbitmq.com/build-server.html)
|
2015-04-04 06:36:35 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
## Copyright
|
|
|
|
|
|
2024-02-06 01:26:25 +08:00
|
|
|
(c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
|