Go to file
Michal Kuratczyk 5f0afd1a01 Some AMQP 0.9.1 headers, in particular x-death headers, cannot be set as
application properties. Before this change, trying to shovel
dead-lettered messages from an AMQP 0.9.1 source to AMQP 1.0 destination
would fail with:
```
reason: {badarg,
            [{unicode,characters_to_binary,
                 [[{table,
                       [{<<"count">>,long,1},
                        {<<"reason">>,longstr,<<"maxlen">>},
                        {<<"queue">>,longstr,<<"tmp">>},
                        {<<"time">>,timestamp,1745575728},
                        {<<"exchange">>,longstr,<<>>},
                        {<<"routing-keys">>,array,
                         [{longstr,<<"tmp">>}]}]}]],
                 [{file,"unicode.erl"},
                  {line,1219},
                  {error_info,#{module => erl_stdlib_errors}}]},
             {amqp10_client_types,utf8,1,
                 [{file,"amqp10_client_types.erl"},{line,99}]},
             {amqp10_msg,'-set_application_properties/2-fun-0-',3,
                 [{file,"amqp10_msg.erl"},{line,385}]},
             {maps,fold_1,4,[{file,"maps.erl"},{line,860}]},
             {amqp10_msg,set_application_properties,2,
                 [{file,"amqp10_msg.erl"},{line,384}]},
             {maps,fold_1,4,[{file,"maps.erl"},{line,860}]},
             {rabbit_amqp10_shovel,forward,4,
                 [{file,"rabbit_amqp10_shovel.erl"},{line,337}]},
             {rabbit_shovel_worker,handle_info,2,
                 [{file,"rabbit_shovel_worker.erl"},{line,104}]}]}
```

(cherry picked from commit c5271ea602)
(cherry picked from commit 0ce72b41c7)
2025-04-25 19:58:53 +00:00
.github Bump google-github-actions/auth from 2.1.8 to 2.1.9 2025-04-24 19:03:31 +00:00
deps Some AMQP 0.9.1 headers, in particular x-death headers, cannot be set as 2025-04-25 19:58:53 +00:00
doc Add files to specify license info 2020-08-18 12:42:43 -07:00
mk Remove Bazel files 2025-03-14 15:47:55 +00:00
packaging Remove Bazel files 2025-03-14 15:47:55 +00:00
release-notes 4.0.9 release notes 2025-04-14 08:55:48 -04:00
scripts Remove Bazel files 2025-03-14 15:47:55 +00:00
selenium Resolve a conflict #13664 #13666 #13668 2025-04-01 13:25:05 -04:00
.dockerignore dockerignore deps 2021-03-18 15:04:39 +00:00
.elp.toml Add configuration for ELP language server 2024-05-16 11:10:40 +02:00
.git-blame-ignore-revs Update .git-blame-ignore-revs 2025-01-02 21:39:22 -05:00
.gitignore Remove Bazel files 2025-03-14 15:47:55 +00: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-11-20 15:26:57 +00:00
CONTRIBUTING.md CONTRIBUTING.md: explain how to run a group of tests or a single CT test 2024-11-26 16:50:32 -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 Revert drop of Exhibit B on MPL 2.0 2020-07-20 17:03:37 +01:00
Makefile Remove Bazel lines from Makefile 2025-03-14 15:48:11 +00:00
PKG_LINUX.md URL Cleanup 2019-03-20 03:22:38 -05:00
PKG_WINDOWS.md Windows doc tweaks 2018-11-08 13:48:46 -08:00
README.md v4.0.x: bump (c) year 2025-01-02 12:59:03 -05:00
SERVER_RELEASES.md The standalone macOS package is long gone 2024-01-05 13:11:56 -05:00
erlang.mk erlang.mk: Update repository URL for proper dep 2025-01-31 16:20:38 +00:00
erlang_ls.config erlang_ls: Add 'deps/*/' to include dirs 2024-04-12 09:49:34 -04:00
plugins.mk Move shovel prometheus to its own plugin 2024-08-08 05:58:47 +00:00
rabbitmq-components.mk Osiris v1.8.7 2025-04-11 15:15:15 +00: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.