oslo.messaging/releasenotes/notes/add-quorum-control-configurations-beed79811ff97ba2.yaml
hamza alqtaishat 8932ad237b Add quorum queue control configurations
the quorum queue type add features that did not exist before or not
handled in rabbitmq the following link shows some of them
https://blog.rabbitmq.com/posts/2020/04/rabbitmq-gets-an-ha-upgrade/

the options below control the quorum queue and ensure the stability of
the quorum system
x-max-in-memory-length
x-max-in-memory-bytes
x-delivery-limit

which control the memory usage and handle message poisoning

Closes-Bug: #1962348
Change-Id: I570227d6102681f4f9d8813ed0d7693a1160c21d
2022-04-06 19:46:40 +00:00

7 lines
206 B
YAML

---
features:
- |
Add quorum configuration x-max-in-memory-length,
x-max-in-memory-bytes, x-delivery-limit which control the quorum
queue memory usage and handle the message poisoning problem