Re: storeUsage inducing very strange behavior when limit is reached

2010-07-16 Thread Reynald Borer
Hi Gary, Indeed you are right. My journalMaxFile was defined to 50mo, while the storeUsage limit was defined to 10mo only... thus the chunk that was used was never reclaimed, and induced a blocking behavior. This also explains why from time to time the store percent used reports values while

Re: storeUsage inducing very strange behavior when limit is reached

2010-07-16 Thread Gary Tully
I think the problem is reclaiming store space, it happens in chunks of data file length, where journal data files are unreferenced by messages they can be reclaimed. Do you see data files being reclaimed? If not, try increasing the clean up period and/or decreasing the journalMaxFile length. On 1

storeUsage inducing very strange behavior when limit is reached

2010-07-16 Thread Reynald Borer
Dear all, I am facing a quite strange behavior of ActiveMQ relating to storeUsage, which blocks completely the delivery of persistent messages even if all messages have been consumed. My test case is the following: - start the server; - produce enough persistent messages in order to reach th