Re: Cannot get slow consumers to discard messages

2008-12-13 Thread mar1394
That worked, but not with Active MQ 5.0, because the prefetchLimit apparently does not work in that version. rajdavies wrote: > > your constantPendingMessageLimitStrategy limit property must be > greater than 0 > > thanks, > > Rob > > Rob Davies > http://fusesource.com > http://rajdavies.

Publication on Topic slows to a crawl

2008-12-13 Thread mar1394
I am running ActiveMQ 5.0, using only non-durable consumers on a Topic, with both persistent and non persistent messages. I have one high rate producer and I have many consumers (up to 100 at this time, I have a requirement for 200). My producer flow control on the topic is turned off. My messa

Re: relationship between per destination memory limit vs broker memory limit

2008-12-13 Thread Rob Davies
On 13 Dec 2008, at 10:29, emc2family wrote: Hi, it sounds like per destination memory limit is a sub-allocation of the broker's system usage memory limit. in other words if broker mem limit is 50 mb, then per destination mem limit is part of that instead of in addition to that. if anybo

relationship between per destination memory limit vs broker memory limit

2008-12-13 Thread emc2family
Hi, it sounds like per destination memory limit is a sub-allocation of the broker's system usage memory limit. in other words if broker mem limit is 50 mb, then per destination mem limit is part of that instead of in addition to that. if anybody can confirm this please i'd appreciate it. than