Comment 9 for bug 1457055

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/oslo.messaging (openstack-ci/fuel-6.0.1/2014.2)

Reviewed: https://review.fuel-infra.org/7306
Submitter: Oleksii Zamiatin <email address hidden>
Branch: openstack-ci/fuel-6.0.1/2014.2

Commit: dd3ae5452c5238f2e61bf82adbd72e5683686553
Author: Alex Khivin <email address hidden>
Date: Tue Jun 2 15:10:20 2015

Cinder loses rabbitmq exchanges and get stuck in reply loop

Reply-queue disappeared when RabbitMQ has been rebooted.
RPC server tries to send a reply to a client using "passive"
mode, gets an exception "Queue not found" and goes to reconnect.
Server tries to send reply again and again. With this path server
will just recreate a reply queue

Closes-Bug: #1457055

Change-Id: Ia06fa3dd54562e94c96ef6d7a5895209a168ab95
(cherry picked from commit c238331b29992c3148c05c49199c4e2b7a37b59a)