Comment 4 for bug 1256345

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

Reviewed: https://review.openstack.org/90046
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=f4da21353956def06cb40e790b3a6f5275a68814
Submitter: Jenkins
Branch: master

commit f4da21353956def06cb40e790b3a6f5275a68814
Author: Mehdi Abaakouk <email address hidden>
Date: Thu Apr 24 12:04:20 2014 +0200

    Remove amqp default exchange hack

    This change remove the hack to set the default exchange of a transport in the
    amqp driver, by removing the usage of the configuration object to get the
    default exchange in rabbit and qpid driver, and instead use the value
    passed to the driver constructor into all amqp publishers and consumers
    class/method that needs it.

    Closes-bug: #1256345
    Change-Id: Iba54ca79a49f8545854205c1451b2403735c1006