Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 9882 invoked from network); 5 Nov 2008 11:02:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2008 11:02:53 -0000 Received: (qmail 97483 invoked by uid 500); 5 Nov 2008 11:02:58 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 97467 invoked by uid 500); 5 Nov 2008 11:02:58 -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 97456 invoked by uid 99); 5 Nov 2008 11:02:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 03:02:58 -0800 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 gary.tully@gmail.com designates 209.85.128.184 as permitted sender) Received: from [209.85.128.184] (HELO fk-out-0910.google.com) (209.85.128.184) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 11:01:40 +0000 Received: by fk-out-0910.google.com with SMTP id z22so4360287fkz.6 for ; Wed, 05 Nov 2008 03:02:21 -0800 (PST) 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=P7U8QfbLcrlkM1nhnGmwNs+k4PvkeINv/yAzQ97SDp0=; b=XyOo5mxshBjWlGVpiTuswj3p+9K7zETim6xZeZVIQh1E/f9GbqJFyBvjCPQlAPZuI+ odMm19AjsVy9tBC49im+L5yapqbgnWMzTNtyt5dWrtwDQatwatlQnKgOJywZbHd3gJDe EV3ejyqQmpUcQxgzj9IFdIpTHrPJrOpUumI0M= 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=Zh67VcGFTHk4HowtBu+80mvgkOJAAzhhD4Y2QSBkV5LIGqITfPziqp05RTkQHfIJkD mHe+Rs0gOeUZQr9SQOjYaWXBJDIuCy7uCq9OLT4D6ulxTNLsrb8pl2zCohe4iFTInc4v YM1cKm9PTJmmLylISAiM+ldS7g6pQlqKjw8dM= Received: by 10.181.143.6 with SMTP id v6mr236016bkn.2.1225882940895; Wed, 05 Nov 2008 03:02:20 -0800 (PST) Received: by 10.181.47.15 with HTTP; Wed, 5 Nov 2008 03:02:20 -0800 (PST) Message-ID: <3a73c17c0811050302x42ecddccl8916b036cdba8d40@mail.gmail.com> Date: Wed, 5 Nov 2008 11:02:20 +0000 From: "Gary Tully" To: users@activemq.apache.org Subject: Re: Some temporary queues are not getting deleted In-Reply-To: <20339431.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20339431.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org with a call to delete they should be removed, otherwise they are removed when the connection is closed. Best thing to do is to produce a test case against trunk and open a jira issue. There is a existing test for temp queue deletion that could provide a working template for you: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/advisory/TempQueueMemoryTest.java?view=markup 2008/11/5 martinhasl : > > Hi, > > I've got the problem that some temporary queues are not getting deleted. > Actually I am deleting them manually by ((TemporaryQueue) > tempDest).delete(); as soon as they are not used anymore (and this deletion > is really called for all my temp-queues as far as I can see) but some of my > temporary queues are not deleted anyway. It's about 0-10 queues which are > not getting deleted at 10000 sent messages/creates temporary queues. I have > also tried it with the latest RC of ActiveMQ 5.2 where I've got the same > problem. > > Could I have forgotten something or could I have missed some configuration? > What else could I do to get sure all my temp-queues are deleted correctly? > > thanks, > martin > -- > View this message in context: http://www.nabble.com/Some-temporary-queues-are-not-getting-deleted-tp20339431p20339431.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >