Keith Wall created QPID-6186:
--------------------------------
Summary: Deleting a queue with bindings leaks the bindings
Key: QPID-6186
URL: https://issues.apache.org/jira/browse/QPID-6186
Project: Qpid
Issue Type: Bug
Components: Java Broker
Affects Versions: 0.30
Reporter: Keith Wall
Fix For: 0.31
If I delete a queue with one or more bindings using either a Management
interface or via AMQP, the queue and bindings are both apparently delete
successfully (disappear from the Management UI, store etc), however, internally
the Exchange parent CO is retaining a reference to the Binding (leak).
The issue is that the BindingImpl#doDelete is not calling deleted(), to the
listeners are not firing, so the parent is failing to remove the object from
the maps.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]