activemq - Active mq fail-over transport produce memory leak -


i using active mq fail-over transport configuration (master only) in spring web based application. version 5.8.0

after period of producing/consuming messages, out-of-memory occurs. transaction mode enabled. session commit or rollback invoked properly.

memory analizer shows leak suspect: one instance of "org.apache.activemq.transport.failover.failovertransport" loaded "sun.misc.launcher$appclassloader @ 0xfc0e9a40" occupies 28,711,384 (46.09%) bytes. memory accumulated in 1 instance of "java.util.concurrent.concurrenthashmap$node[]" loaded "".

any ideas. in advance


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -