Go to file
Michal Kuratczyk 1797a6f7f3
Don't scan for valid messages when deleting
Looking for valid messages before deleting a message store file
was an old check for extra safety. However, it is a bottleneck
under intense workload: it can take a few seconds to delete a file
(a vast majority of that spent scanning for messages), while new
files can be created faster than that. That leads to the disk usage
growing, even if the number of messages in the queues is not.

We are not aware of any situations where this check actually found
valid messages in a file that was requested to be deleted.
This is a well tested code path a this point, so let's just remove
the extra check.
2025-05-26 09:47:11 +02:00
.github CI: tweak OCI build triggers 2025-05-13 11:10:19 +01:00
deps Don't scan for valid messages when deleting 2025-05-26 09:47:11 +02:00
doc
mk Use Erlang.mk's native Elixir support for CLI 2025-03-18 10:02:49 +01:00
packaging Use Erlang.mk's native Elixir support for CLI 2025-03-18 10:02:49 +01:00
release-notes Mention AMQP durable field in 4.2 release notes 2025-05-20 08:32:52 +02:00
scripts Remove Bazel files 2025-03-13 13:42:34 +00:00
selenium Fix issue related to popup warning 2025-05-22 10:08:22 +02:00
.dockerignore
.elp.toml Add configuration for ELP language server 2024-05-16 11:10:40 +02:00
.git-blame-ignore-revs Add #13008 to .git-blame-ignore-revs 2025-01-02 12:08:04 -05:00
.gitignore Adds rabbit_auth_backend_internal_loopback 2025-04-09 12:53:29 -07:00
.mailmap Add .mailmap file 2023-11-03 13:17:30 +01:00
CODE_OF_CONDUCT.md Replace @rabbitmq.com addresses with rabbitmq-core@groups.vmware.com 2023-06-20 15:40:13 +04:00
COMMUNITY_SUPPORT.md Update COMMUNITY_SUPPORT.md 2024-12-03 11:03:34 -05:00
CONTRIBUTING.md Document RABBITMQ_METADATA_STORE in CONTRIBUTING.md 2024-12-19 17:40:34 -05:00
LICENSE Replace @rabbitmq.com addresses with rabbitmq-core@groups.vmware.com 2023-06-20 15:40:13 +04:00
LICENSE-APACHE2 (c) year bumps 2024-01-01 22:02:20 -05:00
LICENSE-MPL-RabbitMQ
Makefile Adds rabbit_auth_backend_internal_loopback 2025-04-09 12:53:29 -07:00
PKG_LINUX.md
PKG_WINDOWS.md
README.md Support AMQP over WebSocket (OSS part) 2025-01-27 17:50:47 +01:00
SERVER_RELEASES.md Update SERVER_RELEASES.md 2025-02-10 14:16:51 -05:00
erlang.mk Update Erlang.mk 2025-03-20 15:24:05 +01:00
erlang_ls.config erlang_ls: Add 'deps/*/' to include dirs 2024-04-12 09:49:34 -04:00
plugins.mk Adds rabbit_auth_backend_internal_loopback 2025-04-09 12:53:29 -07:00
rabbitmq-components.mk Merge pull request #13913 from rabbitmq/mk-ra-2.16.9 2025-05-19 08:11:21 +04:00
rebar.config Revert "Format MQTT code with `erlfmt`" 2023-01-27 18:25:57 +00:00

README.md

Test

RabbitMQ Server

RabbitMQ is a feature rich, multi-protocol messaging and streaming broker. It supports:

Installation

Tutorials and Documentation

Some key doc guides include

RabbitMQ documentation is also developed on GitHub.

Commercial Features and Support

Getting Help from the Community

Please read the Community Support Eligibility Policy document first.

The recommended community forums are

Contributing

See CONTRIBUTING.md and our development process overview.

Questions about contributing, internals and so on are very welcome in GitHub Discussions or community Discord server in the core-and-plugin-dev channel.

Licensing

RabbitMQ server is licensed under the MPL 2.0.

Community Support Eligibility Policy document explains the open source RabbitMQ support policy adopted by the RabbitMQ Core Team.

Building From Source and Packaging

(c) 2007-2025 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.