You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alan Conway (JIRA)" <qp...@incubator.apache.org> on 2007/03/30 00:27:25 UTC

[jira] Created: (QPID-438) C++ broker Queue.delete does not destroy the queue.

C++ broker Queue.delete does not destroy the queue.
---------------------------------------------------

                 Key: QPID-438
                 URL: https://issues.apache.org/jira/browse/QPID-438
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
            Reporter: Alan Conway


The queue is partially destroyed (removed from registry and messagestore) but remains bound to the exchange. Careful not to introduce shared_ptr cycles and memory leaks when fixing this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-438) C++ broker Queue.delete does not destroy the queue.

Posted by "Gordon Sim (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-438.
-----------------------------

    Resolution: Fixed

Fixed in r547151. Solution records bindings in queue, but only uses exchange name (not apointer to the exchange) to avoid circular refs. This does require that the exhange registry be used when unbinding.

> C++ broker Queue.delete does not destroy the queue.
> ---------------------------------------------------
>
>                 Key: QPID-438
>                 URL: https://issues.apache.org/jira/browse/QPID-438
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>            Reporter: Alan Conway
>
> The queue is partially destroyed (removed from registry and messagestore) but remains bound to the exchange. Careful not to introduce shared_ptr cycles and memory leaks when fixing this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.