Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.22
-
None
Description
When a topic delete request is issued and the topic does not exist and there is an exchange of that name, the exchange is deleted which is obviously not intended. When the topic exists the topic is deleted first, see additional info for more details.
How reproducible:
100%
Steps to Reproduce:
1. qpid-config add exchange fanout myExchange
2. qpid-config del topic myExchange
Exchange myExchange removed instead of 'Topic not found' exception