Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 24334 invoked from network); 14 Feb 2008 15:56:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2008 15:56:29 -0000 Received: (qmail 79078 invoked by uid 500); 14 Feb 2008 15:56:17 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 79060 invoked by uid 500); 14 Feb 2008 15:56:17 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 79046 invoked by uid 99); 14 Feb 2008 15:56:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2008 07:56:17 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2008 15:55:43 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JPgRD-0006f7-Md for users@activemq.apache.org; Thu, 14 Feb 2008 07:55:51 -0800 Message-ID: <15481235.post@talk.nabble.com> Date: Thu, 14 Feb 2008 07:55:51 -0800 (PST) From: ttmdev To: users@activemq.apache.org Subject: Re: Maximum number of durable topics per MQ instance. In-Reply-To: <74739121-E871-4F4F-A8BE-4B7910690A5F@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: joe.fernandez@ttmsolutions.com References: <15471104.post@talk.nabble.com> <74739121-E871-4F4F-A8BE-4B7910690A5F@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Re the reference to "AIO", does this mean support for AIO4J or that AMQ's use of NIO is considered asynchronous i/o? Joe rajdavies wrote: > > > On Feb 14, 2008, at 12:05 AM, davewolfs wrote: > >> >> Hello everyone, >> >> I am hoping that some of you could provide me with some realistic >> numbers on >> the maximum number of Durable Topic subscribers. >> >> I have never worked with Active MQ so I am not familiar with it's >> limits. >> In a production environment what are some realistic numbers for the >> maximum >> durable topic subscribers? >> >> Is ActiveMQ capable of handling durable subscribers in the thousands >> i.e. >> 5000 subscribers or is a number like this pushing the limits. >> >> Please advise. >> >> Thank you, >> >> Dave >> -- >> View this message in context: >> http://www.nabble.com/Maximum-number-of-durable-topics-per-MQ-instance.-tp15471104s2354p15471104.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> > ActiveMQ certainly is capable of handling a large number of durable > subscribers - but I for one haven't tested the upper limit as yet. > Factors which you need to take into account are: > > 1. A thread is associated with connection - unless you use AIO or NIO > - so you need to ensure that your operating system allocate a large > number of file descriptors per process. If messages cannot be pushed > to the consumer straight away, they are pulled from data store - the > thread from the sending connection - or the thread used to acknowledge > messages from the consuming connection are used to do the polling. > > 2. Each durable subscriber adds a small overhead to the data store - > its worthwhile trying different implementations - JDBC or the default > file based store - to see which one is more suitable to your usage > patterns > > Let us know how you get on! > > > > cheers, > > Rob > > http://open.iona.com/ -Enterprise Open Integration > http://rajdavies.blogspot.com/ > > > > > -- View this message in context: http://www.nabble.com/Maximum-number-of-durable-topics-per-MQ-instance.-tp15471104s2354p15481235.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.