Comment 11 for bug 2031497

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

Reviewed: https://review.opendev.org/c/openstack/oslo.messaging/+/889425
Committed: https://opendev.org/openstack/oslo.messaging/commit/4614132ad01d7e4559c4ff43c1e7dba1c1bdb81e
Submitter: "Zuul (22348)"
Branch: master

commit 4614132ad01d7e4559c4ff43c1e7dba1c1bdb81e
Author: Arnaud Morin <email address hidden>
Date: Mon Jul 24 21:48:20 2023 +0200

    Add QManager to amqp driver

    The purpose of this change is to introduce an optional mechanism to keep
    the queues name consistent between service restart.
    Oslo messaging is already re-using the queues while running, but the
    queues are created using a random name at the beginning.

    This change propose an option named use_queue_manager (default to False
    - so the behavior is not changed) that can be set to True to switch to a
    consistent naming based on hostname and processname.

    Related-bug: #2031497

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