# rabbitmq-server **Repository Path**: git20191205/rabbitmq-server ## Basic Information - **Project Name**: rabbitmq-server - **Description**: github_fork - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![OTP v21.3](https://img.shields.io/github/workflow/status/rabbitmq/rabbitmq-server/Test%20-%20Erlang%2021.3/master?label=Erlang%2021.3)](https://github.com/rabbitmq/rabbitmq-server/actions?query=workflow%3A%22Test+-+Erlang+21.3%22+branch%3A%22master%22) [![OTP v22.3](https://img.shields.io/github/workflow/status/rabbitmq/rabbitmq-server/Test%20-%20Erlang%2022.3/master?label=Erlang%2022.3)](https://github.com/rabbitmq/rabbitmq-server/actions?query=workflow%3A%22Test+-+Erlang+22.3%22+branch%3A%22master%22) # RabbitMQ Server [RabbitMQ](https://rabbitmq.com) is a [feature rich](https://rabbitmq.com/documentation.html), multi-protocol messaging broker. It supports: * AMQP 0-9-1 * AMQP 1.0 * MQTT 3.1.1 * STOMP 1.0 through 1.2 ## Installation * [Installation guides](https://rabbitmq.com/download.html) for various platforms * [Changelog](https://www.rabbitmq.com/changelog.html) * [Releases](https://github.com/rabbitmq/rabbitmq-server/releases) on GitHub * [Supported and unsupported series](https://www.rabbitmq.com/versions.html) * [Supported Erlang versions](https://www.rabbitmq.com/which-erlang.html) ## Tutorials & Documentation * [RabbitMQ tutorials](https://rabbitmq.com/getstarted.html) * [All documentation guides](https://rabbitmq.com/documentation.html) * [CLI tools guide](https://rabbitmq.com/cli.html) * [Configuration guide](https://rabbitmq.com/configure.html) * [Client libraries and tools](https://rabbitmq.com/devtools.html) * [Monitoring guide](https://rabbitmq.com/monitoring.html) * [Production checklist](https://rabbitmq.com/production-checklist.html) * [Runnable tutorials](https://github.com/rabbitmq/rabbitmq-tutorials/) * [Documentation source](https://github.com/rabbitmq/rabbitmq-website/) ## Getting Help * [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users) * [Commercial support](https://rabbitmq.com/services.html) from [Pivotal](https://pivotal.io) for open source RabbitMQ * [Community Slack](https://rabbitmq-slack.herokuapp.com/) * `#rabbitmq` on Freenode ## 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 1.1](LICENSE-MPL-RabbitMQ). ## Building From Source and Packaging * [Building RabbitMQ from Source](https://rabbitmq.com/build-server.html) * [Building RabbitMQ Distribution Packages](https://rabbitmq.com/build-server.html) ## Copyright (c) 2007-2020 VMware, Inc. or its affiliates.