memory leak in ActiveMQConnection --------------------------------- Key: AMQ-835 URL: https://issues.apache.org/activemq/browse/AMQ-835 Project: ActiveMQ Issue Type: Bug Affects Versions: 4.0.1 Reporter: Ozgur Cetinturk
when connection closing, connection doesn't remove itself from factoryStats. so every opened connection cause to grow memory. this can be fixed by adding factoryStats.removeConnection(this); in the close() method. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira