Re: memoryUsage configuration

2008-11-11 Thread lurga
two memory usage. I am looking forword your advice. thanks. Gary Tully wrote: > > Hi Lurga, > this seems to be a valid anomaly. > Please check out the contributing[1] details to see the best way to > make your changes permanent. > [1] http://activemq.apache.org/contributin

Re: memoryUsage configuration

2008-11-11 Thread lurga
Queue invokes memoryUsage.isFull() method to decide when to block producer sending message, and FilePendingCursor invokes hasSpace() method (uses systemUsage of the Queue) to decide when to flush messages to disk. I made a patch to avoid diverse results from these two different ways of judgement.

memoryUsage configuration

2008-11-10 Thread lurga
I have a question about activemq: I tried setting the destination limit low and the system limit high, with the following config