Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 7398 invoked from network); 12 Mar 2008 06:45:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2008 06:45:46 -0000 Received: (qmail 66028 invoked by uid 500); 12 Mar 2008 06:45:43 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 66002 invoked by uid 500); 12 Mar 2008 06:45:43 -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 65992 invoked by uid 99); 12 Mar 2008 06:45:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 23:45:43 -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 rajdavies@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 06:45:03 +0000 Received: by ug-out-1314.google.com with SMTP id k3so187003ugf.5 for ; Tue, 11 Mar 2008 23:45:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=xshHCtuF7KMTi0M8ICc1TJetesFyaj6XUiWXHRio3GU=; b=A3dQvARRziRmLD+Exp+WoAY7fyK+luXpBoBbB+wNPXcv3AWl66sEhXUqME+b/bV4BGtF7VZGdmVZ3LTncaD6L25eveUt1MO+DMa306xLnFqqfA4LJb4XHtLKNYHYW/rq0Hk/PHxiQeHyZYZ2Vz8H2qz4MkKRWnLxapMTkpfIIKE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=PpGyQOk9VkJvzaNwDVT2FXhmlJ9AwQ32RbXbkcqVuGX96X/SX66rYUqVJybVjd/RxfFdutO2mGXEwCZiV1Ec8x81tl/45muDra7K6jKK2hV4pjNycHwahS21WBCCWtFX0OyDjVUGV6SyRn/tHiEluNKeOqWe4Q4mLSupXpCfyHk= Received: by 10.67.30.3 with SMTP id h3mr553301ugj.35.1205304313066; Tue, 11 Mar 2008 23:45:13 -0700 (PDT) Received: from ?192.168.1.88? ( [86.154.65.146]) by mx.google.com with ESMTPS id e34sm2336025ugd.17.2008.03.11.23.45.11 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 11 Mar 2008 23:45:12 -0700 (PDT) Message-Id: <9DA310DD-A470-4C78-AAEC-309604321C39@gmail.com> From: Rob Davies To: users@activemq.apache.org In-Reply-To: <15998252.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: Send response to temporary queue gets stuck after 3900 sends Date: Wed, 12 Mar 2008 06:45:08 +0000 References: <15998252.post@talk.nabble.com> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org On 12 Mar 2008, at 05:41, Michal Singer wrote: > > Hi. After increasing the memory limitation of the broker, the 3900 has > increased to about 5610. this may show some kind of memory leak with > the > Active MQ broker on my opinion. > Please keep in mind that i am using mostly temporary queues which are > deleted all the time, so the memory should be released. > > Can any one help me with this problem?? > > > > > Michal Singer wrote: >> >> hi. I am using activemq 5.0.0 broker embedded in spring. I use >> temporary >> queues. >> After calling jmsTemplate.convertAndSend exactly 3990 times (Using >> different temporary queues to reply to different producers), the >> response >> will get stuck and not >> be delivered. No exception or error is shown. it just gets stuck >> for no >> apparent reason. >> >> Does any one have any ideas what to do? >> > > -- > View this message in context: http://www.nabble.com/Send-response-to-temporary-queue-gets-stuck-after-3900-sends-tp15950828s2354p15998252.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > Use the 5.1 SNAPSHOT - its got some fixes for Queue dispatching - which should fix this cheers, Rob