rabbitmq-server/deps/rabbit
David Ansari 26218f26d7 Skip binding_args if ff rabbitmq_4.2.0 is not enabled
Prior to this commit, this test case failed in 4.2 <-> 4.1 mixed version
mode because the different nodes register different projections.
Specifically, the old projection of the 4.1 node was registered.

Independent of the test case, even when a rolling upgrade from 4.1 to
this commit's branch completes, the old projection is still registered.

It seems, what's missing is a Khepri machine version migration where the
projection will be migrated from old to new. But that's outside the
scope of this bug fix. We can add this mechanism separately.
2025-09-15 12:04:03 +02:00
..
docs auth_oauth2.https.peer_verification was replaced with auth_oauth2.https.verify for consistency with other equivalent keys 2025-09-06 13:52:17 -04:00
include [skip ci] Remove rabbit_log and switch to LOG_ macros 2025-07-18 08:42:59 +02:00
priv/schema Merge pull request #14348 from udeeksha30-netizen/local_random_exchange 2025-08-11 13:23:56 -04:00
scripts Add RABBITMQ_MAX_OPEN_FILES variable to the startup script 2025-08-20 15:28:54 +02:00
src Fix regression with Khepri binding args 2025-09-15 09:46:41 +02:00
test Skip binding_args if ff rabbitmq_4.2.0 is not enabled 2025-09-15 12:04:03 +02:00
.gitignore Use `YRL_ERLC_OPTS` instead of `ERL_COMPILER_OPTIONS` 2025-08-12 12:00:54 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
INSTALL Use the new URLs of the `www.rabbitmq.com` website 2024-09-23 11:34:54 +02:00
LICENSE Replace @rabbitmq.com addresses with rabbitmq-core@groups.vmware.com 2023-06-20 15:40:13 +04:00
LICENSE-MPL-RabbitMQ
Makefile Support Direct Reply-To for AMQP 1.0 2025-09-09 14:52:22 +02:00
README.md Use the new URLs of the `www.rabbitmq.com` website 2024-09-23 11:34:54 +02:00
SECURITY.md Use the new URLs of the `www.rabbitmq.com` website 2024-09-23 11:34:54 +02:00

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

Tutorials & Documentation

Getting Help

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

(c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.