Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 93359 invoked from network); 27 May 2010 09:55:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 May 2010 09:55:16 -0000 Received: (qmail 24862 invoked by uid 500); 27 May 2010 09:55:16 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 24781 invoked by uid 500); 27 May 2010 09:55:14 -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 24773 invoked by uid 99); 27 May 2010 09:55:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 09:55:13 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gary.tully@gmail.com designates 209.85.160.171 as permitted sender) Received: from [209.85.160.171] (HELO mail-gy0-f171.google.com) (209.85.160.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 09:55:09 +0000 Received: by gyf3 with SMTP id 3so7347121gyf.2 for ; Thu, 27 May 2010 02:54:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=YqDwKYNITOz84CcovvAzwPW33DE+o/PzOVsc1zcyBEw=; b=KdBKeRQVMxe6NvqSethmer5OzviJSLMqVM3AZtf8Csjy0JAqOgawpEoIu8Ujv650yi xvZzEwnx3X74ORc4iGvJbtHtAXTEF7VMeVB/q5SQuyxb116OHzZsDENKBvZR9e+L2Eyb LBqEsP1DhYgPXz+B+g74CoY17O+qQF7WF/6+o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ZAEMDqT7gKz2KuFeFLE9qYmp7YjNujHG70EW8mOmJC+T5zuk4Dz52KYCWaMsCNCC2Q FayceVOxDE5Or4OmyJezaCTJd4VMNpdQSB/EjiMO9c8lBxi0fC6XNkLnJmhir/yHfdoR csN6cUJJn3AFe+/hQsggarZGRhIeSwMc7dzAs= MIME-Version: 1.0 Received: by 10.150.193.7 with SMTP id q7mr9526523ybf.155.1274954087723; Thu, 27 May 2010 02:54:47 -0700 (PDT) Received: by 10.151.82.2 with HTTP; Thu, 27 May 2010 02:54:47 -0700 (PDT) In-Reply-To: <28691665.post@talk.nabble.com> References: <28691665.post@talk.nabble.com> Date: Thu, 27 May 2010 10:54:47 +0100 Message-ID: Subject: Re: Dispatch queue - Consumer(s) (question) From: Gary Tully To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=000e0cd7625e80f4c304879061ec --000e0cd7625e80f4c304879061ec Content-Type: text/plain; charset=ISO-8859-1 There is a dispatcher per queue/topic but whether that has is own thread pool or uses a shared pool depends on the dedicatedTaskRunner broker property. With consumers, with the default asyncDispatch, the dispatch is handled by the shared connection dispatcher task, with asyncDispatch=false, the destination dispatcher does the work. On 27 May 2010 10:36, cmoulliard wrote: > > Hi, > > I would like to know : > > 1) if we have one dispatch queue by queue/topic created or a dispatch queue > is assigned to a group of queues ? > 2) In the case we have several consumers connected to a queue, do they use > the same the dispatch queue or do we have a dispatch queue created by > consumer ? > > Kind regards, > > Charles > > ----- > Charles Moulliard > SOA Architect > > My Blog : http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/ > -- > View this message in context: > http://old.nabble.com/Dispatch-queue---Consumer%28s%29-%28question%29-tp28691665p28691665.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > -- http://blog.garytully.com Open Source Integration http://fusesource.com --000e0cd7625e80f4c304879061ec--