• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

deps/H01-Dec-2021-591,897483,908

mk/H01-Dec-2021-183134

release-notes/H03-May-2022-12,8466,939

scripts/H01-Dec-2021-733572

.bazelrcH A D01-Dec-20212.2 KiB5844

.dockerignoreH A D01-Dec-20216 21

BAZEL.mdH A D01-Dec-20213.9 KiB8748

BUILD.batsH A D01-Dec-2021124 65

BUILD.bazelH A D01-Dec-20215.5 KiB201181

BUILD.inet_tcp_proxyH A D01-Dec-2021263 97

BUILD.package_generic_unixH A D01-Dec-20211,011 4740

BUILD.ranchH A D01-Dec-20211 KiB4740

BUILD.trust_store_httpH A D01-Dec-2021360 1614

CODE_OF_CONDUCT.mdH A D01-Dec-20212.3 KiB4535

CONTRIBUTING.mdH A D01-Dec-20211.9 KiB6040

LICENSEH A D01-Dec-202119.1 KiB434339

LICENSE-APACHE2H A D01-Dec-202111.1 KiB203169

LICENSE-APACHE2-ExplorerCanvasH A D01-Dec-202111.1 KiB203169

LICENSE-APACHE2-excanvasH A D01-Dec-202111.1 KiB203169

LICENSE-APL2-Stomp-WebsocketH A D01-Dec-202110.6 KiB203169

LICENSE-BSD-base64jsH A D01-Dec-20211.2 KiB2625

LICENSE-BSD-reconH A D01-Dec-20211.4 KiB2822

LICENSE-ISC-cowboyH A D01-Dec-2021757 1411

LICENSE-MIT-EJSH A D01-Dec-20211.1 KiB2217

LICENSE-MIT-EJS10H A D01-Dec-20211.1 KiB2417

LICENSE-MIT-Erlware-CommonsH A D01-Dec-20211 KiB2217

LICENSE-MIT-FlotH A D01-Dec-20211 KiB2319

LICENSE-MIT-MochiH A D01-Dec-20211.1 KiB105

LICENSE-MIT-SammyH A D01-Dec-20211 KiB2319

LICENSE-MIT-Sammy060H A D01-Dec-20211.1 KiB2619

LICENSE-MIT-jQueryH A D01-Dec-20211 KiB2117

LICENSE-MIT-jQuery164H A D01-Dec-20211.1 KiB2217

LICENSE-MPLH A D01-Dec-202116.3 KiB374293

LICENSE-MPL-RabbitMQH A D01-Dec-202116.3 KiB374293

LICENSE-MPL2H A D01-Dec-202116.3 KiB374293

LICENSE-erlcloudH A D01-Dec-20211.2 KiB2320

LICENSE-httpc_awsH A D01-Dec-20211.4 KiB3024

LICENSE-rabbitmq_awsH A D01-Dec-20211.4 KiB3024

MakefileH A D01-Dec-202118.8 KiB542414

README.mdH A D01-Dec-20212.9 KiB7444

SERVER_RELEASES.mdH A D01-Dec-20218.5 KiB314239

WORKSPACE.bazelH A D01-Dec-20213.2 KiB10983

dist.bzlH A D01-Dec-20216.3 KiB201173

elixir_home.bzlH A D01-Dec-2021354 1411

erlang.mkH A D01-Dec-2021264 KiB8,1586,732

erlang_ls.configH A D01-Dec-2021521 2827

plugins.mkH A D01-Dec-2021914 21

rabbitmq-components.mkH A D01-Dec-202119.3 KiB386281

rabbitmq.bzlH A D01-Dec-20218.2 KiB234216

rabbitmq_home.bzlH A D01-Dec-20214.5 KiB152130

rabbitmq_package_generic_unix.bzlH A D01-Dec-2021499 2017

rabbitmq_run.bzlH A D01-Dec-20212.1 KiB6959

rabbitmqctl.bzlH A D01-Dec-2021882 3326

user-template.bazelrcH A D01-Dec-2021665 1813

workspace_helpers.bzlH A D01-Dec-20218.3 KiB295261

README.md

1[![Test](https://github.com/rabbitmq/rabbitmq-server/actions/workflows/test.yaml/badge.svg)](https://github.com/rabbitmq/rabbitmq-server/actions/workflows/test.yaml)
2
3# RabbitMQ Server
4
5[RabbitMQ](https://rabbitmq.com) is a [feature rich](https://rabbitmq.com/documentation.html), multi-protocol messaging broker. It supports:
6
7 * AMQP 0-9-1
8 * AMQP 1.0
9 * MQTT 3.1.1
10 * STOMP 1.0 through 1.2
11
12
13## Installation
14
15 * [Installation guides](https://rabbitmq.com/download.html) for various platforms
16 * [Kubernetes Cluster Operator](https://www.rabbitmq.com/kubernetes/operator/operator-overview.html)
17 * [Changelog](https://www.rabbitmq.com/changelog.html)
18 * [Releases](https://github.com/rabbitmq/rabbitmq-server/releases) on GitHub
19 * [Supported and unsupported series](https://www.rabbitmq.com/versions.html)
20 * [Supported Erlang versions](https://www.rabbitmq.com/which-erlang.html)
21
22
23## Tutorials & Documentation
24
25 * [RabbitMQ tutorials](https://rabbitmq.com/getstarted.html)
26 * [All documentation guides](https://rabbitmq.com/documentation.html)
27
28Some key doc guides include
29
30 * [CLI tools guide](https://rabbitmq.com/cli.html)
31 * [Clustering](https://www.rabbitmq.com/clustering.html) and [Cluster Formation](https://www.rabbitmq.com/cluster-formation.html) guides
32 * [Configuration guide](https://rabbitmq.com/configure.html)
33 * [Client libraries and tools](https://rabbitmq.com/devtools.html)
34 * [Monitoring](https://rabbitmq.com/monitoring.html) and [Prometheus/Grafana](https://www.rabbitmq.com/prometheus.html) guides
35 * [Production checklist](https://rabbitmq.com/production-checklist.html)
36 * [Quorum queues](https://rabbitmq.com/quorum-queues.html): a replicated, data safety- and consistency-oriented queue type
37 * [Runnable tutorials](https://github.com/rabbitmq/rabbitmq-tutorials/)
38 * [Documentation source](https://github.com/rabbitmq/rabbitmq-website/)
39
40
41## Commercial Support
42
43* [Commercial support](https://rabbitmq.com/services.html) from [VMware](https://vmware.com) for open source RabbitMQ
44
45## Getting Help from the Community
46
47 * [GitHub Discussions](https://github.com/rabbitmq/rabbitmq-server/discussions/)
48 * [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users)
49 * [Community Slack](https://rabbitmq-slack.herokuapp.com/)
50 * `#rabbitmq` on Freenode
51
52
53## Contributing
54
55See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](https://rabbitmq.com/github.html).
56
57Questions about contributing, internals and so on are very welcome on the [mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users).
58
59
60## Licensing
61
62RabbitMQ server is [licensed under the MPL 2.0](LICENSE-MPL-RabbitMQ).
63
64
65## Building From Source and Packaging
66
67 * [Building RabbitMQ from Source](https://rabbitmq.com/build-server.html)
68 * [Building RabbitMQ Distribution Packages](https://rabbitmq.com/build-server.html)
69
70
71## Copyright
72
73(c) 2007-2021 VMware, Inc. or its affiliates.
74