Comment 2 for bug 1094358

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

Reviewed: https://review.openstack.org/18735
Committed: http://github.com/openstack/oslo-incubator/commit/c51e68136903bbfa8275185a1656f6f5a3ebd2b6
Submitter: Jenkins
Branch: master

commit c51e68136903bbfa8275185a1656f6f5a3ebd2b6
Author: Vishvananda Ishaya <email address hidden>
Date: Fri Dec 28 15:14:50 2012 -0800

    Don't use exclusive queues for fanout and direct

    The use of exclusive queues can cause issues on reconnect if the
    rabbit server hasn't deleted the queue already. We might as well
    use exclusive=False so that we can reconnect to the queue if
    necessary.

    Fixes bug 1094358

    Change-Id: I35bd903737d6054e8856b0003b0b8af97fd21c91