Re: Backlog data causes producers to slow down.

2011-09-11 Thread Jason Whaley
This should be fine. By default this will use a store cursor which can handle the overflow up to your storeLimit. As long as you are using either a store cursor or file cursor you can overflow messages on the broker to the message store or temp disk storage - just take care to not use vm curso

Re: Backlog data causes producers to slow down.

2011-09-11 Thread bbansal
Thanks, I think I have disabled producer flow control in my config as Is this sufficient or I nee

Re: Backlog data causes producers to slow down.

2011-09-11 Thread Johan Edstrom
http://activemq.apache.org/producer-flow-control.html On Sep 11, 2011, at 6:08 PM, bbansal wrote: > Hello folks, > > I am evaluating ActiveMQ for some simple scenarios. The web-server will push > notifications to the queue/topic to be consumed by one or many consumers. > The one requirement is

Backlog data causes producers to slow down.

2011-09-11 Thread bbansal
Hello folks, I am evaluating ActiveMQ for some simple scenarios. The web-server will push notifications to the queue/topic to be consumed by one or many consumers. The one requirement is web-server should not get impacted or should be able to write at their speed even if consumers goes down etc.