Re: StoreUsage, TempUsage and MemoryUsage

2008-02-03 Thread Tamir
Thanks for the quick reply, Rob. I'm using 5.0, I hope it's good enough. Before opening a jira case, I want to make sure my usage of the system is correct ... I'm sending 10,000 msgs, 100K each (around 1 gig worth of data) to a broker, with no consumer on that broker, and no connected brokers as

Re: StoreUsage, TempUsage and MemoryUsage

2008-02-03 Thread Rob Davies
On Feb 3, 2008, at 8:56 PM, Tamir wrote: I'm sorry to repeat my question, but I still haven't found a way to limit the size of both journal files and data files. I'm willing (actually, I want) to discard old message, but I have to guarantee that the disk usage would be bounded by somet

Re: StoreUsage, TempUsage and MemoryUsage

2008-02-03 Thread Tamir
I'm sorry to repeat my question, but I still haven't found a way to limit the size of both journal files and data files. I'm willing (actually, I want) to discard old message, but I have to guarantee that the disk usage would be bounded by something. Is that doable ? rajdavies wrote: > > > On J

Re: StoreUsage, TempUsage and MemoryUsage

2008-01-31 Thread Rob Davies
On Jan 31, 2008, at 7:26 PM, dalin wrote: rajdavies wrote: Store usage controls the maximum size of the AMQMessage Store TempUsage is the maximum size of the store used for non-persistent messages that may optionally overflow from memory awaiting dispatch MemoryUsage is the maximum amount o

Re: StoreUsage, TempUsage and MemoryUsage

2008-01-31 Thread Tamir
I'm sorry, but I still don't understand the meaning of each setting. Doe the StoreUsage affect the size of disk space the AMQStore would consume? Cause that's not what I've seen in my tests (of course, there's always the possibility I didn't use it right). Is there any documentation about those se

Re: StoreUsage, TempUsage and MemoryUsage

2008-01-31 Thread dalin
rajdavies wrote: > > Store usage controls the maximum size of the AMQMessage Store > TempUsage is the maximum size of the store used for non-persistent > messages that may optionally overflow from memory awaiting dispatch > MemoryUsage is the maximum amount of memory the broker will use > > c

Re: StoreUsage, TempUsage and MemoryUsage

2008-01-31 Thread Rob Davies
On Jan 31, 2008, at 3:36 PM, Tamir wrote: I'm trying to figure out the effect of those settings on the AMQPersistenceAdapter (through the SystemUsage object). I'm working with an embedded broker. So far I was unable to find it, and couldn't find anything in the docs as well. Anyone know

StoreUsage, TempUsage and MemoryUsage

2008-01-31 Thread Tamir
I'm trying to figure out the effect of those settings on the AMQPersistenceAdapter (through the SystemUsage object). I'm working with an embedded broker. So far I was unable to find it, and couldn't find anything in the docs as well. Anyone knows what those objects control ? -- View this message