Thanks Rob.


rajdavies wrote:
> 
> 
> On 8 May 2008, at 22:15, Badri wrote:
> 
>>
>> Hi
>>
>> I read about slow consumer from this URL:
>> http://activemq.apache.org/slow-consumers.html
>> Non-Durable Topics
>>
>> Non-durable topics are the scenario which is most affected by slow  
>> consumers
>> since the messages are not persistent and messages generally go to all
>> consumers (who have a valid selector)
>>
>> Here are the various things we can do
>>
>>    * block/slow the producer
>>    * drop the slow consumer
>>    * spool messages to disk
>>    * discard messages for the slow consumer
>>
>> These will be exposed as a pluggable policy for the user.
>>
>> Is there any configuration to be done in activemq.xml for dropping  
>> slow
>> consumer or discard messages for slow consumer? Or should this be  
>> handled in
>> any other way?
>>
>> Thanks
>> Badri
>>
>> -- 
>> View this message in context:
>> http://www.nabble.com/Regarding-dropping-of-slow-consumer-tp17136533s2354p17136533.html
>> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>>
> 
> 
> You should read this too:
> http://activemq.apache.org/slow-consumer-handling.html
> 
> 
> 
> 
> cheers,
> 
> Rob
> 
> http://open.iona.com/ -Enterprise Open Integration
> http://rajdavies.blogspot.com/
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Regarding-dropping-of-slow-consumer-tp17136533s2354p17189937.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to