RE: KahaDB data files not cleaned up

2010-02-08 Thread Daniel Kluesing
I'd be interested as well. I'm not using TTL, so I assumed my orphaned/non-sequence log files were due to out of order message consumption, but I also see the occasional log file hang around longer than expected. (say db-50.log then next is db-400.log, so big gap) -Original Message- Fr

RE: OOM with high KahaDB index time

2010-02-01 Thread Daniel Kluesing
are there now: https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/apache-activemq/5.4-SNAPSHOT/ thanks for the validation. 2010/1/26 Daniel Kluesing > Any eta on the 5.4-snapshot? ( > https://repository.apache.org/content/repositories/snapshots/org/apache/ac

RE: OOM with high KahaDB index time

2010-01-26 Thread Daniel Kluesing
@gmail.com] Sent: Thursday, January 21, 2010 9:42 AM To: users@activemq.apache.org Subject: Re: OOM with high KahaDB index time Thanks Daniel! Though please wait for the next valid 5.4 build - looks like its missing a dependency at the moment On 21 Jan 2010, at 16:48, Daniel Kluesing wrote: >

RE: OOM with high KahaDB index time

2010-01-21 Thread Daniel Kluesing
o the trunk and ride Rob's patch. Joe Daniel Kluesing-2 wrote: > > I tried the suggestion of going with the default cursor, but I still get > OOM errors. I've included my full config file below, I think I'm running > fairly vanilla/default. > > After abou

RE: OOM with high KahaDB index time

2010-01-21 Thread Daniel Kluesing
t;; brokerName="sub01chi" dataDirectory="${activemq.base}/data"> -Original Message- From: Rob Davies [mailto:rajdav...@gmail.com] Sent: Monday, January 18, 2010 10:42 PM To: users@activemq.apache.org Subject: Re: OOM with high KahaDB in

RE: OOM with high KahaDB index time

2010-01-21 Thread Daniel Kluesing
I'm happy to give 5.4-snapshot a try -Original Message- From: Rob Davies [mailto:rajdav...@gmail.com] Sent: Wednesday, January 20, 2010 2:08 PM To: users@activemq.apache.org Subject: Re: OOM with high KahaDB index time I have a potential fix for this problem - hoping someone will try out

OOM with high KahaDB index time

2010-01-18 Thread Daniel Kluesing
Hi, I'm running the 5.3 release as a standalone broker. In one case, a producer is running without a consumer, producing small, persistent messages, with the FileCursor pendingQueuePolicy (per https://issues.apache.org/activemq/browse/AMQ-2512) option and flow control memoryLimit set to 100mb

Per queue limits on durable messages

2010-01-13 Thread Daniel Kluesing
Hi, I'm looking at ActiveMQ 5.3, with particular interest in the producer flow control. Is there any way to have per-queue limits on the amount of disk space a durable queue is using? I've seen the memory limit on the destination policy, which looks to only apply to non-durable messages. In ca