Re: How can Memory percent used be 100 if cursorMemoryHighWaterMark is 70%

2018-01-16 Thread alainkr
Okay thanks. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: How can Memory percent used be 100 if cursorMemoryHighWaterMark is 70%

2018-01-16 Thread Tim Bain
ade would help. Tim On Jan 15, 2018 3:44 PM, "alainkr" wrote: > Hello, > > Using activemq 5.10.0 we had a production issue where Memory percent used > was 100% > > > I've beeing trying to reproduce but I can't get the memory used % above the > def

How can Memory percent used be 100 if cursorMemoryHighWaterMark is 70%

2018-01-15 Thread alainkr
Hello, Using activemq 5.10.0 we had a production issue where Memory percent used was 100% I've beeing trying to reproduce but I can't get the memory used % above the default cursorMemoryHighWaterMark of 70 % I've trying "flooding" several queues with huge messages

Re: Memory percent used

2015-09-22 Thread lookers
Hi Tim, There are no messages in the queues, I have checked using the jconsole and I have also deleted all the created queues using admin console. Also the messages are persistent, Regards -- View this message in context: http://activemq.2283324.n4.nabble.com/Memory-percent-used

Re: Memory percent used

2015-09-21 Thread Tim Bain
On Mon, Sep 21, 2015 at 7:40 AM, lookers wrote: > Hi, > I am running AMQ 5.8 and the Memory percent used is greater than 100. What > could be causing this as the queues are empty? I have also deleted the > queues using admin console but this has no affect? > > There is no syst

Memory percent used

2015-09-21 Thread lookers
Hi, I am running AMQ 5.8 and the Memory percent used is greater than 100. What could be causing this as the queues are empty? I have also deleted the queues using admin console but this has no affect? There is no systemUsage set in config and there is no ProducerFlowControl on the queues. I am

Re: Memory percent used 2

2014-10-22 Thread artnaseef
Good to hear. You're welcome! -- View this message in context: http://activemq.2283324.n4.nabble.com/Memory-percent-used-2-tp4686537p4686651.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Memory percent used 2

2014-10-21 Thread artnaseef
, or in a Topic subscription. Also look for in-flight counts that could indicate un-acknowledged messages delivered to clients. -- View this message in context: http://activemq.2283324.n4.nabble.com/Memory-percent-used-2-tp4686537p4686598.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Memory percent used 2

2014-10-20 Thread artnaseef
Memory percent used represents messages sitting in the queue not being consumed. Look for messages that are not consumed for any reason. If messages are passing through the queue, but some do not, check for the use of selectors. Looking at the pending message count for the Queue can help detect