rabbitmq-server
                                
                                
                                
                                    rabbitmq-server copied to clipboard
                            
                            
                            
                        Open source RabbitMQ: core server and tier 1 (built-in) plugins
While working on adding quorum queue support to the NServiceBus RabbitMQ transport, we've come across a strange problem that causes an `INTERNAL_ERROR` to be thrown. The scenario seems to be...
Remove AMPQ 0.8 support. Commit codegened files and only regenerate on `make codegen` in `rabbit_common`
At the moment virtual host limits can only be applied to existing virtual hosts. It would be useful to allow for pre-defined limits. With a feature like this, it would...
`rabbitmq-min.conf`: ``` loopback_users = none log.console = true ``` RabbitMQ 3.8.34: ``` ## ## RabbitMQ 3.8.34 ## ## ########## Copyright (c) 2007-2022 VMware, Inc. or its affiliates. ###### ## ##########...
Hi, Sorry this became a so big but I was trying to debug something and somehow everything fall into one change. I can cut it up if needed. Let me...
This legacy health check has been [deprecated since 2019](https://www.rabbitmq.com/monitoring.html#deprecations) with a group of [alternatives available](https://www.rabbitmq.com/monitoring.html#health-checks). Closes #3892, supersedes (rebases) #3893.
This adds a property suite for QQs that is ported over from the property suite I wrote for CQs. This PR includes or contributed to 3 fixes: a clause was...
We can write `observer_cli` plugins. Here's what that could look like for classic queues. I see these as shortcuts for us to retrieve information about a system we need to...
Competing consumers implementation for stream queues. Depends on https://github.com/rabbitmq/osiris/pull/10 `x-competing-consumers` must be set to `true` on the consumer arguments. ## Types of Changes - [ ] Bug fix (non-breaking change...
## Proposed Changes The following changes are an implementation of message delivery limits in Classic Queues, mainly for the purpose of handling and processing poison messages in Classic Queues, as...