Hello,

I bumped into this same issue but I know apriori the number of consumers M
that I was going to have so to limit the overall queue size L you configure
the constant size limit X to:

X = L / M; meaning the size you actually want divided by the number of
consumers.

This is a workaround but works for me.

Best regards,
Giovanni


themitchy wrote:
> 
> To be clearer, I'm looking for something like Websphere MQ's maxdepth 
> property for queues.
> 
> themitchy wrote:
>> I'm looking for a way to keep queue sizes down to a specific number.  For
>> example if a queue gets to 100000 messages I would like older message to
>> start disappearing.
>> 
>> I'm aware there are some "Pending Message Limit Strategy" options but
>> these
>> only apply to pending messages on a topic per consumer.  I'm looking for
>> something that will limit queue size specifically.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-limit-queue-by-number-of-messages-tp26014447p26061476.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to