README updates
Most link updates for 2024. Adds a link to the new Community Support Policy document.
This commit is contained in:
parent
f8314f92e2
commit
0acd4ea130
65
README.md
65
README.md
|
@ -2,56 +2,65 @@
|
||||||
|
|
||||||
# RabbitMQ Server
|
# RabbitMQ Server
|
||||||
|
|
||||||
[RabbitMQ](https://rabbitmq.com) is a [feature rich](https://rabbitmq.com/documentation.html),
|
[RabbitMQ](https://rabbitmq.com) is a [feature rich](https://www.rabbitmq.com/docs),
|
||||||
multi-protocol messaging and streaming broker. It supports:
|
multi-protocol messaging and streaming broker. It supports:
|
||||||
|
|
||||||
* AMQP 0-9-1
|
* AMQP 0-9-1
|
||||||
* AMQP 1.0
|
* AMQP 1.0
|
||||||
* [RabbitMQ Stream Protocol](https://rabbitmq.com/streams.html)
|
* [RabbitMQ Stream Protocol](https://www.rabbitmq.com/docs/streams)
|
||||||
* MQTT 3.1, 3.1.1, and 5.0
|
* MQTT 3.1, 3.1.1, and 5.0
|
||||||
* STOMP 1.0 through 1.2
|
* STOMP 1.0 through 1.2
|
||||||
|
* [MQTT over WebSockets](https://www.rabbitmq.com/docs/web-mqtt)
|
||||||
|
* [STOMP over WebSockets](https://www.rabbitmq.com/docs/web-stomp)
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
* [Installation guides](https://rabbitmq.com/download.html) for various platforms
|
* [Currently supported](https://www.rabbitmq.com/release-information) released series
|
||||||
* [Kubernetes Cluster Operator](https://rabbitmq.com/kubernetes/operator/operator-overview.html)
|
* [Installation guides](https://www.rabbitmq.com/docs/download) for various platforms
|
||||||
* [Changelog](https://www.rabbitmq.com/changelog.html)
|
* [Kubernetes Cluster Operator](https://www.rabbitmq.com/kubernetes/operator/operator-overview)
|
||||||
|
* [Changelog](https://www.rabbitmq.com/release-information)
|
||||||
* [Releases](https://github.com/rabbitmq/rabbitmq-server/releases) on GitHub
|
* [Releases](https://github.com/rabbitmq/rabbitmq-server/releases) on GitHub
|
||||||
* [Currently supported released series](https://www.rabbitmq.com/versions.html)
|
* [Community Support Eligibility Policy](https://github.com/rabbitmq/rabbitmq-server/blob/main/COMMUNITY_SUPPORT.md)
|
||||||
* [Supported Erlang versions](https://www.rabbitmq.com/which-erlang.html)
|
* [Supported Erlang versions](https://www.rabbitmq.com/docs/which-erlang)
|
||||||
|
|
||||||
|
|
||||||
## Tutorials and Documentation
|
## Tutorials and Documentation
|
||||||
|
|
||||||
* [RabbitMQ tutorials](https://rabbitmq.com/getstarted.html)
|
* [RabbitMQ tutorials](https://www.rabbitmq.com/tutorials) and their [executable versions on GitHub](https://github.com/rabbitmq/rabbitmq-tutorials)
|
||||||
* [All documentation guides](https://rabbitmq.com/documentation.html)
|
* [Documentation guides](https://rabbitmq.com/docs/)
|
||||||
* [RabbitMQ blog](https://blog.rabbitmq.com/)
|
* [RabbitMQ blog](https://blog.rabbitmq.com/)
|
||||||
|
|
||||||
Some key doc guides include
|
Some key doc guides include
|
||||||
|
|
||||||
* [CLI tools guide](https://rabbitmq.com/cli.html)
|
* [CLI tools guide](https://www.rabbitmq.com/docs/cli)
|
||||||
* [Clustering](https://www.rabbitmq.com/clustering.html) and [Cluster Formation](https://www.rabbitmq.com/cluster-formation.html) guides
|
* [Clustering](https://www.rabbitmq.com/docs/clustering) and [Cluster Formation](https://www.rabbitmq.com/docs/cluster-formation)
|
||||||
* [Configuration guide](https://rabbitmq.com/configure.html)
|
* [Configuration guide](https://www.rabbitmq.com/docs/configure)
|
||||||
* [Client libraries and tools](https://rabbitmq.com/devtools.html)
|
* [Client libraries and tools](https://www.rabbitmq.com/client-libraries/devtools)
|
||||||
* [Monitoring](https://rabbitmq.com/monitoring.html) and [Prometheus/Grafana](https://www.rabbitmq.com/prometheus.html) guides
|
* [Monitoring](https://www.rabbitmq.com/docs/monitoring) and [Prometheus/Grafana](https://www.rabbitmq.com/docs/prometheus)
|
||||||
* [Kubernetes Cluster Operator](https://rabbitmq.com/kubernetes/operator/operator-overview.html)
|
* [Upgrading](https://www.rabbitmq.com/docs/upgrade)
|
||||||
* [Production checklist](https://rabbitmq.com/production-checklist.html)
|
* [Kubernetes Cluster Operator](https://www.rabbitmq.com/kubernetes/operator/operator-overview)
|
||||||
* [Quorum queues](https://rabbitmq.com/quorum-queues.html): a replicated, data safety- and consistency-oriented queue type
|
* [Production checklist](https://www.rabbitmq.com/docs/production-checklist)
|
||||||
* [Streams](https://rabbitmq.com/streams.html): a persistent and replicated append-only log with non-destructive consumer semantics
|
* [Quorum queues](https://www.rabbitmq.com/docs/quorum-queues): a replicated, data safety- and consistency-oriented queue type
|
||||||
* [Runtime Parameters and Policies](https://rabbitmq.com/parameters.html)
|
* [Streams](https://www.rabbitmq.com/docs/streams): a persistent and replicated append-only log with non-destructive consumer semantics
|
||||||
|
* [Runtime Parameters and Policies](https://www.rabbitmq.com/docs/parameters)
|
||||||
* [Runnable tutorials](https://github.com/rabbitmq/rabbitmq-tutorials/)
|
* [Runnable tutorials](https://github.com/rabbitmq/rabbitmq-tutorials/)
|
||||||
|
|
||||||
RabbitMQ documentation is also [developed on GitHub](https://github.com/rabbitmq/rabbitmq-website/).
|
RabbitMQ documentation is also [developed on GitHub](https://github.com/rabbitmq/rabbitmq-website/).
|
||||||
|
|
||||||
## Commercial Features and Support
|
## Commercial Features and Support
|
||||||
|
|
||||||
* [Commercial edition of RabbitMQ](https://www.vmware.com/products/rabbitmq.html)
|
* [Commercial edition of RabbitMQ](https://tanzu.vmware.com/rabbitmq)
|
||||||
* [Commercial edition for Kubernetes](https://rabbitmq.com/kubernetes/tanzu/installation.html)
|
* [Commercial edition for Kubernetes](https://tanzu.vmware.com/rabbitmq)
|
||||||
* [Commercial support](https://rabbitmq.com/services.html) from [VMware](https://vmware.com) for open source RabbitMQ
|
* [Commercial support](https://tanzu.vmware.com/rabbitmq/oss) from [Broadcom](https://vmware.com) for open source RabbitMQ
|
||||||
|
|
||||||
## Getting Help from the Community
|
## Getting Help from the Community
|
||||||
|
|
||||||
|
Please read the [Community Support Eligibility Policy](https://github.com/rabbitmq/rabbitmq-server/blob/main/COMMUNITY_SUPPORT.md) document
|
||||||
|
first.
|
||||||
|
|
||||||
|
The recommended community forums are
|
||||||
|
|
||||||
* [GitHub Discussions](https://github.com/rabbitmq/rabbitmq-server/discussions/)
|
* [GitHub Discussions](https://github.com/rabbitmq/rabbitmq-server/discussions/)
|
||||||
* [Community Discord server](https://rabbitmq.com/discord/)
|
* [Community Discord server](https://rabbitmq.com/discord/)
|
||||||
* `#rabbitmq` on [Libera Chat](https://libera.chat/)
|
* `#rabbitmq` on [Libera Chat](https://libera.chat/)
|
||||||
|
@ -59,21 +68,25 @@ RabbitMQ documentation is also [developed on GitHub](https://github.com/rabbitmq
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](https://rabbitmq.com/github.html).
|
See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](https://www.rabbitmq.com/github).
|
||||||
|
|
||||||
Questions about contributing, internals and so on are very welcome on the [mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users).
|
Questions about contributing, internals and so on are very welcome in [GitHub Discussions](https://github.com/rabbitmq/rabbitmq-server/discussions)
|
||||||
|
or [community Discord server](https://www.rabbitmq.com/discord/) in the `core-and-plugin-dev` channel.
|
||||||
|
|
||||||
|
|
||||||
## Licensing
|
## Licensing
|
||||||
|
|
||||||
RabbitMQ server is [licensed under the MPL 2.0](LICENSE-MPL-RabbitMQ).
|
RabbitMQ server is [licensed under the MPL 2.0](LICENSE-MPL-RabbitMQ).
|
||||||
|
|
||||||
|
[Community Support Eligibility Policy](https://github.com/rabbitmq/rabbitmq-server/blob/main/COMMUNITY_SUPPORT.md)
|
||||||
|
document explains the open source RabbitMQ support policy adopted by the RabbitMQ Core Team.
|
||||||
|
|
||||||
|
|
||||||
## Building From Source and Packaging
|
## Building From Source and Packaging
|
||||||
|
|
||||||
* [Contributor resources](https://github.com/rabbitmq/contribute)
|
* [Contributor resources](https://github.com/rabbitmq/contribute)
|
||||||
* [Building RabbitMQ from Source](https://rabbitmq.com/build-server.html)
|
* [Building RabbitMQ from Source](https://www.rabbitmq.com/docs/build-server)
|
||||||
* [Building RabbitMQ Distribution Packages](https://rabbitmq.com/build-server.html)
|
* [Building RabbitMQ Distribution Packages](https://www.rabbitmq.com/docs/build-server)
|
||||||
|
|
||||||
|
|
||||||
## Copyright
|
## Copyright
|
||||||
|
|
Loading…
Reference in New Issue