Comment 1 for bug 1448650

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

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

commit 415db68b67368d7c8aa550e7108122200816e665
Author: Mehdi Abaakouk <email address hidden>
Date: Tue May 5 10:29:22 2015 +0200

    rabbit: redeclare consumers when ack/requeue fail

    In case the acknowledgement or requeue of a message fail,
    the kombu transport can be disconnected

    In this case, we must redeclare our consumers.

    This changes fixes that.

    This have no tests because the kombu memory transport we use in our tests
    cannot be in disconnected state.

    Closes-bug: #1448650

    Change-Id: I5991a4cf827411bc27c857561d97461212a17f40