Comment 2 for bug 1962348

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.messaging (master)

Reviewed: https://review.opendev.org/c/openstack/oslo.messaging/+/831058
Committed: https://opendev.org/openstack/oslo.messaging/commit/8932ad237bea44e42297ea7acbbd67f6664fa005
Submitter: "Zuul (22348)"
Branch: master

commit 8932ad237bea44e42297ea7acbbd67f6664fa005
Author: hamza alqtaishat <email address hidden>
Date: Fri Feb 25 22:08:51 2022 +0000

    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