rabbitmq-server icon indicating copy to clipboard operation
rabbitmq-server copied to clipboard

Open source RabbitMQ: core server and tier 1 (built-in) plugins

Results 361 rabbitmq-server issues
Sort by recently updated
recently updated
newest added

if anyone would like to look at the code for any crazyness, please point it out. I would specifically want a pointer on better way to count queues per node....

## Why ### Node registration After the rework of the peer discovery subsystem in RabbitMQ 3.13.0 to fix cases where clusters would be incorrectly initialized, there were regressions in the...

bug
bazel

### Describe the bug In RabbitMQ 3.13, RabbitMQ outputs wrong and misleading warning messages such as ``` [warning] Message dropped. Dead-letter queues cycle detected: [warning] This cycle will NOT be...

bug

### Describe the bug As described in https://www.rabbitmq.com/docs/dlx#routing it is possible to form a cycle of message dead-lettering. The docs and the behaviour up to 3.12 are as follows: >...

bug

Quorum queues v4 #8261 Tasks: - [x] Fair share high/low priorities using https://github.com/kjnilsson/hiloq/) - [ ] ~Consumer timeouts implemented in the queue (rather than in the channel as currently done).~...

bazel
make

To check total run time

bazel
make

so that errors are correctly reported

bazel
backport-v3.13.x

Operations like declaring/deleting queues fail when sent against a node that's part of a minority. We need to let the database failures (`{error, timeout}`) bubble up to the callers -...

bazel

Compressed ETS tables may introduce a small throughput penalty (low single digit %) but can reduce peak Ra memory use by 30-50%. Also set a default `wal_max_entries` value to avoid...