You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ken Giusti (JIRA)" <ji...@apache.org> on 2015/06/01 14:21:17 UTC

[jira] [Created] (QPID-6563) [amqp1.0] broker does not clean up closed sessions or links

Ken Giusti created QPID-6563:
--------------------------------

             Summary: [amqp1.0] broker does not clean up closed sessions or links
                 Key: QPID-6563
                 URL: https://issues.apache.org/jira/browse/QPID-6563
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.32
            Reporter: Ken Giusti
            Assignee: Ken Giusti
             Fix For: 0.33


Due to a bug in older versions of Proton, the broker does not explicitly free sessions and links that have been closed.  Rather, these objects are simply ignored until the connection itself is freed (which then frees all associated links and sessions).

Newer versions of proton do not suffer from this bug.  The broker should clean up closed links and sessions when a version of proton that does not suffer from that bug is employed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org