Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 29304 invoked from network); 10 May 2008 04:42:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 May 2008 04:42:51 -0000 Received: (qmail 10726 invoked by uid 500); 10 May 2008 04:42:52 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 10697 invoked by uid 500); 10 May 2008 04:42:52 -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 10685 invoked by uid 99); 10 May 2008 04:42:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 21:42:52 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of e.semog@gmail.com designates 72.14.220.159 as permitted sender) Received: from [72.14.220.159] (HELO fg-out-1718.google.com) (72.14.220.159) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 May 2008 04:42:05 +0000 Received: by fg-out-1718.google.com with SMTP id 16so1094225fgg.44 for ; Fri, 09 May 2008 21:42:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=SV+CM/kL3qJdHsWUeFbN+D4UsnpbictUKCSpw7IwW+U=; b=saQA7jy8QZjQgHq936em09Fk4Gm74HGWPxQmcDzeftcb5sexsXhMdhtCFTGrDChhzFkUtmi7l4h25mAECEXFy2aDWoXCB+cCTGlNfW4ko+mqaVW2HCXo5syE9BUsDBScNytqtEd0IiWzs5FywWTja7nwbXcKpcMOtKm02m9iPys= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FqBl2HmlYUZdk4mKiLOPDplxeMqvv/qSviU7lIuvCEFRicT6WRPAs0/98dk+x91WmA3JjX8sg1JaEmGlyd6hg/kbF3MCKWTCSXIcJJ4X6TFWGXmyHb7EK8wVT8KChARfpZnpF+QN81RFJazGw36KfWpddWpZVyoQUjrfg0qPOWk= Received: by 10.86.66.19 with SMTP id o19mr9804393fga.9.1210394539335; Fri, 09 May 2008 21:42:19 -0700 (PDT) Received: by 10.86.58.9 with HTTP; Fri, 9 May 2008 21:42:19 -0700 (PDT) Message-ID: <5a56ce1b0805092142t7068d525pb17aad52db885e29@mail.gmail.com> Date: Fri, 9 May 2008 21:42:19 -0700 From: "Jim Gomes" To: users@activemq.apache.org Subject: Re: NMS ActiveMQ "Dead Lock" on Produce / Consume In-Reply-To: <17100152.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <17100152.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hello, The NMS client ahould work in general. Do you have any specific code samples that can demonstrate this problem. I have written my own test code that will send 1 million messages. I then change the test to either wait for all 1 million messages to be sent before begining to consume them, or else consume them actively while they are being produced. On 5/7/08, Cedric Tallichet wrote: > > Hello, > > We are testing ActiveMQ (version 5) and NMS ActiveMQ (fresh SVN update). > > First tests were working well.. But at a time, the NMS part "blocked", an= d > was unable to consume or produce any more message. > Do you have any known issues? I don't find anything on Jira. It's seems t= he > Latch mutex wait for something that never come. > > ( I build the NMS and NMS ActiveMQ using VS2008, and not using nant or > maven. is there any known issues using VS?) > > Thanks > C=E9dric > -- > View this message in context: > http://www.nabble.com/NMS-ActiveMQ-%22Dead-Lock%22-on-Produce---Consume-t= p17100152s2354p17100152.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >