Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 35734 invoked from network); 14 Apr 2008 16:03:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Apr 2008 16:03:46 -0000 Received: (qmail 76752 invoked by uid 500); 14 Apr 2008 16:03:47 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 76733 invoked by uid 500); 14 Apr 2008 16:03:46 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 76724 invoked by uid 99); 14 Apr 2008 16:03:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 09:03:46 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 16:03:02 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A3E55234C0CB for ; Mon, 14 Apr 2008 09:00:43 -0700 (PDT) Message-ID: <735632821.1208188843670.JavaMail.jira@brutus> Date: Mon, 14 Apr 2008 09:00:43 -0700 (PDT) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-1255) Advisory queues don't disappear for TEMPORARY queues/topics In-Reply-To: <2733996.1180552472835.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies resolved AMQ-1255. ----------------------------- Resolution: Fixed Resolved by SVN revision 647872 > Advisory queues don't disappear for TEMPORARY queues/topics > ----------------------------------------------------------- > > Key: AMQ-1255 > URL: https://issues.apache.org/activemq/browse/AMQ-1255 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 4.1.0 > Reporter: Denis Abramov > Assignee: Rob Davies > Fix For: 5.1.0 > > > My ActiveMQ clients create TEMPORARY queues and I have been looking through the active queues recently and I noticed a number of advisory queues are sticking around (mostly ones that have ActiveMQ.Advisory.Producer.*) that refer to the temporary queues that I created. It seems that even though the temporary queues are gone the advisory topics are still there. Over time this looks like it degrades the performance of ActiveMQ. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.