Re: Actively persistentstore is full

2019-02-18 Thread Shekhar Naidu
I found that the sum of all the .log files sizes is 100G and found that when there is an unprocessed message left in queue, activemq is not going to delete the .log file unless all messages inisde are processed completely. So in my case there are old unprocessed messages in the queues which made th

Re: Actively persistentstore is full

2019-02-18 Thread Tim Bain
>From memory, I think the limit might also include the space taken by the index file, but if your db.data is only 78 MB, the index won't bring you to 100 GB. Can you post the actual error message, and your activemq.xml? Tim On Wed, Feb 13, 2019, 12:52 PM Shekhar Naidu Hi, > We are getting an er

Actively persistentstore is full

2019-02-13 Thread Shekhar Naidu
Hi, We are getting an error message in the activemq.log and mq is not accepting any new messages. Could you please let me know what does this mean. I see a setting in activemq.xml as storeUsage limit=100gb What file size does this belong to? When I checked the db.data file size, it is only 78MB.