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.

Reply via email to