rabbitmq-server
rabbitmq-server copied to clipboard
Open source RabbitMQ: core server and tier 1 (built-in) plugins
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...
### 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...
### 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: >...
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).~...
Planning to include these for 4.0.
so that errors are correctly reported
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 -...
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...