Gordon Sim created QPID-6271:
--------------------------------

             Summary: [AMQP 1.0] receivers never removed from sessions list
                 Key: QPID-6271
                 URL: https://issues.apache.org/jira/browse/QPID-6271
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: 0.30
            Reporter: Gordon Sim


The amqp-1.0-client Session records every created Receiver in its private 
_receivers list. There is a package visible removeReceiver() method, but I 
can't find any use of that.

So even when a receiver is closed, it remains in the sessions list.  I came 
across this while investigating an apparent leak with a jms QueueBrowser, but 
just from inspection it looks slightly wider in applicability.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to