rabbitmq-server
                                
                                
                                
                                    rabbitmq-server copied to clipboard
                            
                            
                            
                        Open source RabbitMQ: core server and tier 1 (built-in) plugins
This [C# example](https://github.com/olovhoglund/rabbitmq/blob/main/RabbitMQ.AmqpTest/Program.cs) demonstrates publishing of an AMQP 1.0 message with custom application properties. When a Shovel with an AMQP 1.0 source consumes it, it will not propagate the properties...
### Discussed in https://github.com/rabbitmq/rabbitmq-server/discussions/5095 See the following project for a script to reproduce the issue (requires `asdf` but it could be easily adapted to use `kerl`): https://github.com/lukebakken/rabbitmq-server-5086 Note that the...
## Proposed Changes Today RabbitMQ management UI is tightly integrated with UAA, making it difficult to connect to other OAuth 2.0 servers. Additionally, RabbitMQ management ui uses the OAuth 2.0...
Reproduction steps: * Create two RabbitMQ environments. I'll call them `rmq-us` for the upstream, `rmq-ds` for the downstream. * `rmq-us` can be a single node, `rmq-ds` must be a cluster....
This is to avoid a case where multiple policies are matches for a given exchange and the federation exchage suite causing indeterminacy in the policy being applied to certain exchanges....
NOTE: this issue is related to an unreleased Khepri integration (branch khepri-queues). NOTE2: This issue has been significantly edited with a simpler test case On my system `perf-test -p -e...
In many places including exchange types. This should make it easier to move towards using a message container type instead of basic_message. ## Proposed Changes Please describe the big picture...
## Proposed Changes Implements optional conversion of AMQP 1.0 headers to 0.9.1 headers for some headers types (utf8, uint, bool). Implements rabbitmq#2591 Implements optional conversion of AMQP 0.9.1 headers to...
@dcorbacho and I have several changes in our respective branches that could go into `master` and then a RabbitMQ release way before we start to import Khepri bits. This would...
@kjnilsson would like a way to auto-enable a feature flag that has no visible change to end users, so that they don't have to worry about it. The feature flag...