Re: Possible defect in Message Eviction

2009-03-12 Thread Yenki
I just create a JIRA Issue for this. https://issues.apache.org/activemq/browse/AMQ-2159 AMQ-2159 Yannick Hi, I’m using ActiveMQ 5.2 and I’m experiencing a strange behavior with OldestMessageEvictionStrategy. I have a very fast producer and a very slow consumer and I set this policy in my xml.

Re: Fast producers,slow consumer... queue growing forever

2009-03-12 Thread Yenki
: > > Hi, > > I am glad the answer helped a bit. It would be great if you could turn > your test app into a JUnit test and log a JIRA for your issue. > > Best regards > Andreas > > On Mar 11, 2009, at 9:27 PM, Yenki wrote: > >> >> Hi Andreas, >&g

Re: Fast producers,slow consumer... queue growing forever

2009-03-11 Thread Yenki
ce-adventures.blogspot.com/2009/01/limiting-disk-store-usage-with-active.html > > Best regards > Andreas > > On Mar 11, 2009, at 6:24 PM, pclovec wrote: > >> >> Make met same problem >> >> Yenki wrote: >>> >>> Hi, for the last few

Possible defect in Message Eviction

2009-03-09 Thread Yenki
Hi, I’m using ActiveMQ 5.2 and I’m experiencing a strange behavior with OldestMessageEvictionStrategy. I have a very fast producer and a very slow consumer and I set this policy in my xml. After my consumer have consumed

Fast producers,slow consumer... queue growing forever

2009-03-06 Thread Yenki
Hi, for the last few days I’ve been trying to solve a fast producers / slow consumer problem. I want a limited amount of messages fetch on the consumer (this works) but I also want to have a limited amount of messages in the queue itself (doesn’t work). I use ActiveMQ 4.1.2 Here is what I tried: