This is pure refactoring - no functional change. Benefits: * code is more maintainable * smaller methods (instead of previous 350 lines listen_loop_post_auth function) * well defined state transitions (e.g. useful to enforce authentication protocol) * we get some gen_statem helper functions for free (e.g. debug utilities) Useful doc: https://ninenines.eu/docs/en/ranch/2.0/guide/protocols/ |
||
|---|---|---|
| .github | ||
| deps | ||
| doc | ||
| mk | ||
| packaging | ||
| scripts | ||
| .dockerignore | ||
| .gitignore | ||
| .travis.yml | ||
| .travis.yml.patch | ||
| BAZEL.md | ||
| BUILD.bats | ||
| BUILD.bazel | ||
| BUILD.inet_tcp_proxy | ||
| BUILD.osiris | ||
| BUILD.ranch | ||
| BUILD.trust_store_http | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| LICENSE-APACHE2 | ||
| LICENSE-MPL-RabbitMQ | ||
| Makefile | ||
| PKG_LINUX.md | ||
| PKG_WINDOWS.md | ||
| README.md | ||
| SERVER_RELEASES.md | ||
| WORKSPACE.bazel | ||
| elixir_home.bzl | ||
| erlang.mk | ||
| erlang_ls.config | ||
| plugins.mk | ||
| rabbitmq-components.mk | ||
| rabbitmq.bzl | ||
| rabbitmq_home.bzl | ||
| rabbitmq_run.bzl | ||
| rabbitmqctl.bzl | ||
| workspace_helpers.bzl | ||
README.md
RabbitMQ Server
RabbitMQ is a feature rich, 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 for various platforms
- Kubernetes Cluster Operator
- Changelog
- Releases on GitHub
- Supported and unsupported series
- Supported Erlang versions
Tutorials & Documentation
Some key doc guides include
- CLI tools guide
- Clustering and Cluster Formation guides
- Configuration guide
- Client libraries and tools
- Monitoring and Prometheus/Grafana guides
- Production checklist
- Quorum queues: a replicated, data safety- and consistency-oriented queue type
- Runnable tutorials
- Documentation source
Commercial Support
- Commercial support from VMware for open source RabbitMQ
Getting Help from the Community
- GitHub Discussions
- RabbitMQ mailing list
- Community Slack
#rabbitmqon Freenode
Contributing
See CONTRIBUTING.md and our development process overview.
Questions about contributing, internals and so on are very welcome on the mailing list.
Licensing
RabbitMQ server is licensed under the MPL 2.0.
Building From Source and Packaging
Copyright
(c) 2007-2021 VMware, Inc. or its affiliates.