Re: ActiveMQ producer hangs, consumers MessageCountAwaitingAcknowledge increases

2014-05-28 Thread jgogstad
In case anyone counters the same problem. Here's the actual problem and a solution for my problem: Problem: Zombie threads holding open TCP connections to the broker on the STOMP transport. The broker caches all messages going out to these consumers and run out of memory. When memory usages hits 7

ActiveMQ producer hangs, consumers MessageCountAwaitingAcknowledge increases

2014-05-22 Thread jgogstad
Hi, I got an embedded broker with a producer in the same JVM using the VM-transport. Out of the blue, this producer some times stop with no clues as to why in the log. The symptoms are always the same though * There one external consumer to a topic the producer is sending messages to that got Mes