Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF22D248A for ; Tue, 3 May 2011 10:35:45 +0000 (UTC) Received: (qmail 43883 invoked by uid 500); 3 May 2011 10:35:45 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 43856 invoked by uid 500); 3 May 2011 10:35:45 -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 43848 invoked by uid 99); 3 May 2011 10:35:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 10:35:45 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of donzymeth@gmail.com designates 209.85.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-px0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 10:35:36 +0000 Received: by pxi7 with SMTP id 7so3288718pxi.16 for ; Tue, 03 May 2011 03:35:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ucaa0D63AnNH9+TaLKp0NydZI130OMdLVo+Vd4u/164=; b=T5AiPineUACCc8J+Ne4LPxst9dTan//HqH/vEYBHoUTSZp61aYgAfzzszhFOgECqpj 51W2t1i9w1Ukq/woAt/ziQNZx/3m8cp0i75W0V9tFL+A4O7QY5hiZXAMChCX1la3uWFY 1r3Inof0J1O4WJaIjf7TycwvJKr6IVxVzr8cE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=puGIWY9IdJw3bR3NJQHfhOxA+3OAZ4tF74bP0odSpokrgvkaOAs/9GTdjluTVXRUR+ BsqSeQKh50L8Z5lsKXSrLE6EB8Xbgk/q6iWRdtxIGZs8bMr1mbT/69N9BQQWBBMt+sGG wayJpBH8lbsQ0oPC1ehsugtLVjcUv4AHIMExk= Received: by 10.142.7.4 with SMTP id 4mr3871830wfg.386.1304418915185; Tue, 03 May 2011 03:35:15 -0700 (PDT) Received: from [192.168.11.17] ([125.212.33.206]) by mx.google.com with ESMTPS id s39sm8278126wfc.16.2011.05.03.03.35.11 (version=SSLv3 cipher=OTHER); Tue, 03 May 2011 03:35:13 -0700 (PDT) Message-ID: <4DBFDA5A.4050909@gmail.com> Date: Tue, 03 May 2011 18:35:06 +0800 From: Don Santillan User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: Question on consumers References: <1303979041728-3480420.post@n4.nabble.com> <3C641F81-BBA4-4DE6-B6BD-C4BDB4611AE5@crackpot.org> <1304327048169-3489598.post@n4.nabble.com> <4DBE7E67.3080105@gmail.com> In-Reply-To: <4DBE7E67.3080105@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org bump On Monday, 02 May, 2011 05:50 PM, Don Santillan wrote: > Hello, > > I have a basic question about message consumers that I really need to > confirm that my understanding is correct. > > Do message consumers run in different threads? > > Suppose I have 5 consumers assigned to a queue. Are these consumers > independent with each other and are running in different threads? > > Thanks!