rabbitmq-server
rabbitmq-server copied to clipboard
Open source RabbitMQ: core server and tier 1 (built-in) plugins
## Proposed Changes The goals of this PR are multiple: * Do a good refactoring of how we start and manage listeners; starting with only Web listeners * Add proper...
## Proposed Changes This pull request adds an uptime panel to the RabbitMQ overview Grafana dashboard. By incorporating this feature, users can easily track the uptime of RabbitMQ instance. ##...
For classic queues, if both policy and queue argument are set for queue TTL, the minimum takes effect. Prior to this commit, for quorum queues if both policy and queue...
### Is your feature request related to a problem? Please describe. In VESC-1100, one challenge we are facing is that the customer aggregates log lines from all nodes in their...
### Describe the bug During chaos tests where one of the VMs/nodes is suddenly restarted, timeouts like this occur: ``` crasher: initial call: rabbit_prequeue:init/1 pid: registered_name: [] exception exit: {{badrecord,...
Follow-up to #10759 Related to #10194 Related to erlang/otp#8289
When connecting to some AMQP 1.0 brokers, we cannot set capabilities on the shovel, so in some scenarios we are unable to give the shovel the proper configuration. In example,...
Most of the v1 code is still around as it is needed for conversion to v2. It will be removed at a later time when conversion is no longer supported....
### Describe the bug This is an umbrella issue for a bunch of small issues. Some RabbitMQ components can log excessively when they crash or some other relatively unusual event...