Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
5.15.8
-
None
-
None
-
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
Description
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.