Re: Storage utilisation not decreasing when memory utilisation reaches 70%

2010-08-10 Thread Pavel Moravec
Hello, I identified the source of problems but don't understand why the configuration causes them. When I comment out: (or simply set producerFlowControl to false), then the problems disappear. Can't be there some problem with the producer flow control? Pavel Pavel Moravec wrot

Re: Storage utilisation not decreasing when memory utilisation reaches 70%

2010-07-29 Thread Pavel Moravec
It is in my previous post at the botton. Or use direct link http://old.nabble.com/file/p29264165/activemq.xml Pavel Reynald Borer wrote: > > I think you forgot to attach your activemq.xml file... or I am totally > blind ? > > On 07/26/2010 10:08 AM, Pavel Moravec wrote: >

Re: Storage utilisation not decreasing when memory utilisation reaches 70%

2010-07-26 Thread Pavel Moravec
I don't think so. See attached activemq.xml file. Gary Tully wrote: > > Is the advice from https://issues.apache.org/activemq/browse/AMQ-2834 > relevant to your use case? > > On 23 July 2010 15:32, Pavel Moravec wrote: >> >> Hello, >> we experience the

Storage utilisation not decreasing when memory utilisation reaches 70%

2010-07-23 Thread Pavel Moravec
Hello, we experience the following problem when using Active-MQ 5.3.2 for forwarding persistent messages. Time to time, consumers don't read mails from Active-MQ sufficiently fast so memory utilisation reaches 70%. Further mails are stored on disk and storage utilisation is growing. Once consumer

ActiveMQ 5.3.2 stalled emails in queue

2010-06-28 Thread Pavel Moravec
Hello, has somebody met stalled persistent emails in ActiveMQ 5.3.2? Something like AMQ-2009? As that should be fixed in ActiveMQ 5.3 while we see that in 5.3.2. In our case, ActiveMQ receives emails from James server, puts them into a queue where there are 50 consumers all with prefetch set to 1.

Change of email distribution to consumers

2010-05-24 Thread Pavel Moravec
Hello, per my experience ActiveMQ puts incoming emails into particular consumers "queues" on round robin basis. I.e. having 50 consumers for one ActiveMQ queue, every 50th email is sent to one particular consumer, regardless the responses received from the customers. My question is: is it possibl