Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BAB2910B18 for ; Sun, 19 Jan 2014 07:01:33 +0000 (UTC) Received: (qmail 49484 invoked by uid 500); 19 Jan 2014 07:01:33 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 48825 invoked by uid 500); 19 Jan 2014 07:01:24 -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 48801 invoked by uid 99); 19 Jan 2014 07:01:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jan 2014 07:01:22 +0000 Date: Sun, 19 Jan 2014 07:01:22 +0000 (UTC) From: "Arthur Naseef (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMQ-4970) Deletion of a queue inaffective across broker restart MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-4970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arthur Naseef updated AMQ-4970: ------------------------------- Attachment: amq4970.patch Attaching a patch that prevents duplicate starts and stops of a single org.apache.broker.region.Queue. Failures during startup or shutdown of the Queue are ignored, so the results will be the same as they were before. > Deletion of a queue inaffective across broker restart > ----------------------------------------------------- > > Key: AMQ-4970 > URL: https://issues.apache.org/jira/browse/AMQ-4970 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.9.0 > Environment: mac osx/mavericks > Reporter: Arthur Naseef > Attachments: AMQ4970Test.zip, AMQ4970Test.zip, AMQ4970Test.zip, amq4970.patch > > > Deleting a queue, it is revived from persistent store after a broker restart. The following steps reproduce the problem: > * Create a queue (confirmed using the REST client I/F) > * Shutdown the broker > * Startup the broker > * Confirm queue still exists via the hawtio ui (correct operation so far) > * Delete the queue > * Confirm queue removed via the hawtio ui > * Shutdown the broker > * Startup the broker > * Confirm queue was not recreated via hawtio ui (failed: queue still exists) -- This message was sent by Atlassian JIRA (v6.1.5#6160)