memory leak due to producers increasement

2017-01-11 Thread fcbman
ue is deleted without deleting the consumer... Is such scenario possible? will it cause the memory increase that we see? Is there any way to close such producers after a while from server side? Thanks a lot, fcbman -- View this message in context: http://activemq.2283324.n4.nabble.com/memory

Re: queue gets full and seems stuck. how can I debug such issue?

2017-01-09 Thread fcbman
Hi, Few more thing I noticed today... If I monitor the broker with jconsole, we can see that the memoryPercentUsage is increasing slowly. (4 hours ago was 46, 2 hours ago was 50, now it is 55). The memory limit is 67108864. The diff between TotalEnqueueCount and TotalDequeueCount is increasing wi

Re: queue gets full and seems stuck. how can I debug such issue?

2017-01-06 Thread fcbman
Thanks. The jconsole worked great... but the JMSToolBox couldnt connect in any variation... Either way the jconsole did the work! I see this strange behavior... It seems like some queues are getting to their limit (posting only 2 out of a dozen more or less): 2016-12-24 20:34:50,065 | INFO | A

Re: queue gets full and seems stuck. how can I debug such issue?

2016-12-28 Thread fcbman
s, but it all depends > on what the JMX stats tell you. > > Tim > > On Dec 23, 2016 1:38 AM, "fcbman" <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=4720750&i=0>> wrote: > > > Hello Experts, > > I'm new to activeMQ an

queue gets full and seems stuck. how can I debug such issue?

2016-12-23 Thread fcbman
Hello Experts, I'm new to activeMQ and hence please forgive my ignorance (sometimes it is a blessing). It seems like the messages are getting in the queue, but or no one gets them, or something is stuck. If I restart the activemq, then all works fine and issue starts after couple of hours... I'm no