You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by LiXiao2007 <Li...@gmail.com> on 2007/02/16 19:06:14 UTC

How Activemq handles a lot of undelivered messages to a durable subscribers

    If I have several durable subscribers of a topic and one of them is down,
I would like to know if a lot of undelivered messages to that durable
subscriber will have big performance impact on the delivery of the messages
to other active subscribers.
   Thanks!
-- 
View this message in context: http://www.nabble.com/How-Activemq-handles-a-lot-of-undelivered-messages-to-a-durable-subscribers-tf3241013s2354.html#a9009453
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: How Activemq handles a lot of undelivered messages to a durable subscribers

Posted by James Strachan <ja...@gmail.com>.
On 2/16/07, LiXiao2007 <Li...@gmail.com> wrote:
>
>     If I have several durable subscribers of a topic and one of them is down,
> I would like to know if a lot of undelivered messages to that durable
> subscriber will have big performance impact on the delivery of the messages
> to other active subscribers.

It will have some impact (if nothing else it means less cache hits
when dispatching messages so there may be additional swapping from
persistent store to RAM) - the actual impact depends on lots of
factors
http://activemq.apache.org/performance.html
So I'd recommend trying it out on your hardware to see.


-- 

James
-------
http://radio.weblogs.com/0112098/