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 9C1C9E080 for ; Wed, 20 Feb 2013 21:59:14 +0000 (UTC) Received: (qmail 22589 invoked by uid 500); 20 Feb 2013 21:59:14 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 22533 invoked by uid 500); 20 Feb 2013 21:59:14 -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 22525 invoked by uid 99); 20 Feb 2013 21:59:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2013 21:59:14 +0000 Date: Wed, 20 Feb 2013 21:59:14 +0000 (UTC) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (AMQ-4000) Durable subscription not getting unregistered on networked broker 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-4000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully reopened AMQ-4000: ----------------------------- I reverted the change, we can revisit. > Durable subscription not getting unregistered on networked broker > ----------------------------------------------------------------- > > Key: AMQ-4000 > URL: https://issues.apache.org/jira/browse/AMQ-4000 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.6.0 > Environment: network of brokers, durable topic subscriptions. > Reporter: Torsten Mielke > Assignee: Christian Posta > Labels: durable_subscription, networks > Attachments: JUnitTest.patch > > > In a network of two brokers, a durable subscription is correctly propagated across to the remote broker. However when the consumer unsubscribes from the durable subscription again, it is only removed on the local broker but not on the remote broker. The remote broker keeps its durable subscription alive. > As a consequence messages sent to the topic destination on the remote broker for which the durable subscriptions existed, are passed on to the local broker, although there is no active subscription on the local broker. The local broker will discard these msgs but unnecessary traffic has already occurred on the network bridge. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira