Re: ActiveMQ uses 100% CPU

2015-07-16 Thread Kacu
Yes, I have non-persisting messages, but also I have configured fileQueueCursor in my AMQ. So I have store mym messages on a disk (temp percent used). http://webcache.googleusercontent.com/search?q=cache:WDoRDaC3PvwJ:akuntamukkala.blogspot.com/2014/01/understanding-memory-usage-in-activemq.html+&c

Re: ActiveMQ uses 100% CPU

2015-07-16 Thread Kacu
I found on AMQ site http://activemq.apache.org/leveldb-store.html that "Both KahaDB and the LevelDB store have to do periodic garbage collection cycles to determine which log files can deleted. In the case of KahaDB, this can be quite expensive as you increase the amount of data stored and can cau

Re: ActiveMQ uses 100% CPU

2015-07-15 Thread Kacu
Yeah, I want to, but after this error occur my AMQ reboot and I have to do all process again. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-uses-100-CPU-tp4699129p4699323.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ uses 100% CPU

2015-07-15 Thread Kacu
I use jvisualvm to do a dump, but when I have 100% CPU I can't do this, because I get failed message. I use Windows Server 2012, where is only one instance of AcitveMQ. When I send messages to queue, they stay there for a night, and after that I send a few more messages and problem begin. -- Vi

ActiveMQ uses 100% CPU

2015-07-13 Thread Kacu
Hi, I have a strange situation with my AMQ 5.9.0. I describe it here: http://stackoverflow.com/questions/31314867/activemq-uses-100-cpu Maybe, someone knows what is wrong? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-uses-100-CPU-tp4699129.html Sent from the

ActiveMQ with fileQueueCursor and get Heap size error

2015-04-24 Thread Kacu
Hi everyone, I'm struggling with activemq issue which I describe there http://stackoverflow.com/questions/29823947/activemq-filequeuecursor-heap-size but maybe one users form this forum had similar problem and could help me with it. This situation is happening when consumer break, and producer pr