You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Magnus Persson (JIRA)" <ji...@apache.org> on 2019/04/05 11:28:00 UTC

[jira] [Created] (AMQ-7176) Starting and stopping the activemq-component in camel results in memleak.

Magnus Persson created AMQ-7176:
-----------------------------------

             Summary: Starting and stopping the activemq-component in camel results in memleak.
                 Key: AMQ-7176
                 URL: https://issues.apache.org/jira/browse/AMQ-7176
             Project: ActiveMQ
          Issue Type: Bug
          Components: activemq-camel
    Affects Versions: 5.15.8
         Environment: Windows 10.

openjdk version "11.0.2-BellSoft" 2018-10-16
OpenJDK Runtime Environment (build 11.0.2-BellSoft+7)
OpenJDK 64-Bit Server VM (build 11.0.2-BellSoft+7, mixed mode)

apache-activemq-5.15.4
            Reporter: Magnus Persson
         Attachments: SendMQTTTest.java

This program starts and stops a activemq-camel-endpoint repeatedly. each iteration leaks one org.apache.activemq.transport.tcp.TcpTransport and a Thread is created.

Run the attached program. You need activemq running locally.

perform a heap-dump using:  jmap -histo <pid>  > dump

examine number of TcpTransport -instances.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)