[Memory Leak] Connecting lots of consumers causes the broker memory to leak
---------------------------------------------------------------------------

                 Key: QPID-538
                 URL: https://issues.apache.org/jira/browse/QPID-538
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: M2
            Reporter: Martin Ritchie
            Assignee: Martin Ritchie
             Fix For: M2


When connecting consumers to Queues the broker memory appears to leak.

Problem is that the QueueBindHandler doesn't check to see if the queue is 
already bound to the exchange before creating the binding. Hence every consumer 
was creating a new ExchangeBinding object. 

A check is required to prevent this.

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

Reply via email to