oslo.messaging/releasenotes/notes/bug-2068630-6ff92f213bc4eca0.yaml
viktor-krivak 0d3338fd1d Handle NotFound exception when declaring a queue
Catch and handle the NotFound exception when declaring a queue.
This exception occurs when attempting to declare a queue that already
exists and is non-durable, non-HA, and hosted on a node that has
recently gone down.

Closes-Bug: #2068630
Change-Id: I637d931242c64465701266149d5e301f9b5ec4de
2024-06-17 15:06:53 +02:00

7 lines
166 B
YAML

---
fixes:
- |
Force queue deletion when it is not possible de redeclare a queue.
See `bug 2068630 <https://launchpad.net/bugs/2068630>`__
for details.