Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 53952 invoked from network); 27 Nov 2008 00:09:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2008 00:09:26 -0000 Received: (qmail 80676 invoked by uid 500); 27 Nov 2008 00:09:36 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 80646 invoked by uid 500); 27 Nov 2008 00:09:36 -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 80635 invoked by uid 99); 27 Nov 2008 00:09:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 16:09:36 -0800 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; Thu, 27 Nov 2008 00:08:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6F167234C2A6 for ; Wed, 26 Nov 2008 16:09:05 -0800 (PST) Message-ID: <1897829628.1227744545453.JavaMail.jira@brutus> Date: Wed, 26 Nov 2008 16:09:05 -0800 (PST) From: "Jim Gomes (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQNET-129) Support for deleting queues and durable subcribers. In-Reply-To: <79060192.1227730745422.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/AMQNET-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47641#action_47641 ] Jim Gomes commented on AMQNET-129: ---------------------------------- It is possible to delete durable subscribers. Check the following API: ISession.DeleteDurableConsumer(). As far as deleting queues/topics, I will need to check on that. Just as background, what is the motivation for wanting to delete a queue? I also assume that you would want to delete a topic as well. If it is simply a matter of keeping things cleaned up, that I would ask if a temporary queue or temporary topic might better suit your implementation requirements? > Support for deleting queues and durable subcribers. > --------------------------------------------------- > > Key: AMQNET-129 > URL: https://issues.apache.org/activemq/browse/AMQNET-129 > Project: ActiveMQ .Net > Issue Type: New Feature > Components: ActiveMQ Client > Reporter: Petr Postulka > Assignee: Jim Gomes > > I think that it is very important feature, because now we can delete queues and durable subscribers only manually via JMX, which can not meet requirements in automatic systems. For example if you want to use Publish / Subscribe scenario with durable subscribers, you want to delete the durable subscriber when the client disconnects from the system. Now you can not do it programatically. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.