Comment 13 for bug 2031497

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/+/890825
Committed: https://opendev.org/openstack/oslo.messaging/commit/e95f334459d4dfd3778ec9e84d716f69f2c08ad5
Submitter: "Zuul (22348)"
Branch: master

commit e95f334459d4dfd3778ec9e84d716f69f2c08ad5
Author: julien.cosmao <email address hidden>
Date: Tue Jul 25 15:42:22 2023 +0200

    Add an option to use rabbitmq stream for fanout queues

    This is introducing the "stream" queues for fanout so all components
    relying on fanout can use the same stream, lowering the number of queues
    needed and leveraging the new "stream" type of queues from rabbitmq.

    Closes-Bug: #2031497

    Change-Id: I5056a19aada9143bcd80aaf064ced8cad441e6eb
    Signed-off-by: Arnaud Morin <email address hidden>