rabbitmq-server/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

83 lines
3.6 KiB
Markdown
Raw Normal View History

2021-04-08 16:03:14 +08:00
[![Test](https://github.com/rabbitmq/rabbitmq-server/actions/workflows/test.yaml/badge.svg)](https://github.com/rabbitmq/rabbitmq-server/actions/workflows/test.yaml)
# RabbitMQ Server
2022-07-31 16:19:06 +08:00
[RabbitMQ](https://rabbitmq.com) is a [feature rich](https://rabbitmq.com/documentation.html),
multi-protocol messaging and streaming broker. It supports:
* AMQP 0-9-1
* AMQP 1.0
2022-05-21 00:46:36 +08:00
* [RabbitMQ Stream Protocol](https://rabbitmq.com/streams.html)
* MQTT 3.1.1
* STOMP 1.0 through 1.2
## Installation
* [Installation guides](https://rabbitmq.com/download.html) for various platforms
2022-07-31 16:19:06 +08:00
* [Kubernetes Cluster Operator](https://rabbitmq.com/kubernetes/operator/operator-overview.html)
* [Changelog](https://www.rabbitmq.com/changelog.html)
* [Releases](https://github.com/rabbitmq/rabbitmq-server/releases) on GitHub
2022-07-31 16:19:06 +08:00
* [Currently supported released series](https://www.rabbitmq.com/versions.html)
* [Supported Erlang versions](https://www.rabbitmq.com/which-erlang.html)
2022-07-31 16:19:06 +08:00
## Tutorials and Documentation
* [RabbitMQ tutorials](https://rabbitmq.com/getstarted.html)
* [All documentation guides](https://rabbitmq.com/documentation.html)
2023-04-05 02:23:57 +08:00
* [RabbitMQ blog](https://blog.rabbitmq.com/)
Some key doc guides include
* [CLI tools guide](https://rabbitmq.com/cli.html)
* [Clustering](https://www.rabbitmq.com/clustering.html) and [Cluster Formation](https://www.rabbitmq.com/cluster-formation.html) guides
* [Configuration guide](https://rabbitmq.com/configure.html)
* [Client libraries and tools](https://rabbitmq.com/devtools.html)
* [Monitoring](https://rabbitmq.com/monitoring.html) and [Prometheus/Grafana](https://www.rabbitmq.com/prometheus.html) guides
2022-07-31 16:19:06 +08:00
* [Kubernetes Cluster Operator](https://rabbitmq.com/kubernetes/operator/operator-overview.html)
* [Production checklist](https://rabbitmq.com/production-checklist.html)
* [Quorum queues](https://rabbitmq.com/quorum-queues.html): a replicated, data safety- and consistency-oriented queue type
2022-07-31 16:19:06 +08:00
* [Streams](https://rabbitmq.com/streams.html): a persistent and replicated append-only log with non-destructive consumer semantics
* [Runnable tutorials](https://github.com/rabbitmq/rabbitmq-tutorials/)
2022-07-31 16:19:06 +08:00
RabbitMQ documentation is also [developed on GitHub](https://github.com/rabbitmq/rabbitmq-website/).
2022-07-31 16:19:06 +08:00
## Commercial Features and Support
* [Commercial edition of RabbitMQ](https://www.vmware.com/products/rabbitmq.html)
2022-07-31 16:19:06 +08:00
* [Commercial edition for Kubernetes](https://rabbitmq.com/kubernetes/tanzu/installation.html)
* [Commercial support](https://rabbitmq.com/services.html) from [VMware](https://vmware.com) for open source RabbitMQ
2021-01-22 10:30:30 +08:00
## Getting Help from the Community
2023-04-05 02:23:57 +08:00
* [Community Discord server](https://rabbitmq.com/discord/)
* [Community Slack](https://rabbitmq.com/slack/)
2021-01-22 10:30:30 +08:00
* [GitHub Discussions](https://github.com/rabbitmq/rabbitmq-server/discussions/)
* [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users)
* `#rabbitmq` on [Libera Chat](https://libera.chat/)
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](https://rabbitmq.com/github.html).
Questions about contributing, internals and so on are very welcome on the [mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users).
## Licensing
RabbitMQ server is [licensed under the MPL 2.0](LICENSE-MPL-RabbitMQ).
## Building From Source and Packaging
2023-04-05 02:23:57 +08:00
* [Contributor resources](https://github.com/rabbitmq/contribute)
* [Building RabbitMQ from Source](https://rabbitmq.com/build-server.html)
* [Building RabbitMQ Distribution Packages](https://rabbitmq.com/build-server.html)
## Copyright
2023-01-02 12:17:36 +08:00
(c) 2007-2023 VMware, Inc. or its affiliates.