rabbitmq-server
rabbitmq-server copied to clipboard
Open source RabbitMQ: core server and tier 1 (built-in) plugins
### Is your feature request related to a problem? Please describe. In [this issue](https://github.com/rabbitmq/rabbitmq-server/issues/11534), I thought I had uncovered a bug in inter-node TLS and peer discovery, when in fact...
Add log entries when hitting vhost max limit and component limits such as shovels and federation. Chose to add it on the 'error' level to be similar to the error...
`rabbit_mgmt_util:internal_server_error/4` expects an atom or binary and a string formattable term (`~ts`) as arguments but `rabbit_mgmt_wm_vhost` passes charlists and any term. This can cause a log formatter crash and an...
It includes a new `condition` option for leader and local queries that delay the execution of the query until a condition is met. It also improves handling of unknown calls....
## Proposed Changes Solves the issue explained at https://github.com/rabbitmq/rabbitmq-server/issues/11217 - Defines 3 more `rabbit_core_metrics` tables, where per queue, per exchange and per queue/exchange metrics will be stored without including a...
[Wireshark](https://www.rabbitmq.com/amqp-wireshark) is superior in nearly every way and `rabbitmq_tracing` was never meant to be used in production. The only case where this plugin is superior to Wireshark is direct Erlang...
## Proposed Changes Address issue https://github.com/rabbitmq/rabbitmq-server/issues/11400 *Note*: This PR should not be merged to 3.13. It has a breaking change. ## Types of Changes What types of changes does your...
### Describe the bug It is not possible to enable both IPv4 and IPV6 listening at 15671 ### Version rabbitmq-server 3.9.13 ### Reproduction steps 1. fail 1 ```ini startup fail...