Comment 8 for bug 1515278

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

Reviewed: https://review.openstack.org/279561
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=393370072e9f8122967c4864c9dc8a7bda731f3a
Submitter: Jenkins
Branch: stable/liberty

commit 393370072e9f8122967c4864c9dc8a7bda731f3a
Author: Jorge Niedbalski <email address hidden>
Date: Fri Feb 12 11:20:46 2016 -0300

    Kombu: make reply and fanout queues expire instead of auto-delete

    Backport of fix made for bug #1515278.

    Right now fanout and reply queues are unconditionally created with
    auto-delete flag which causes a number of problems listed in bug
    1495568. Replacing auto-delete with queue expiration with some sane
    timeout should fix all these issues at once.

    Original: https://review.openstack.org/#/c/243845/

    Change-Id: Ib69fb7a159eab722fe399f64caa742b77ef45bec
    Closes-bug: #1515278
    Signed-off-by: Jorge Niedbalski <email address hidden>