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 8A02311EE6 for ; Fri, 22 Aug 2014 10:11:11 +0000 (UTC) Received: (qmail 54292 invoked by uid 500); 22 Aug 2014 10:11:11 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 54231 invoked by uid 500); 22 Aug 2014 10:11:11 -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 54219 invoked by uid 99); 22 Aug 2014 10:11:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Aug 2014 10:11:11 +0000 Date: Fri, 22 Aug 2014 10:11:11 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-5330) MQTT unsubscribe command doesn't remove durable subscriber from topic 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-5330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106681#comment-14106681 ] Timothy Bish commented on AMQ-5330: ----------------------------------- Please retest against v5.10.0 as there are many MQTT fixes there. > MQTT unsubscribe command doesn't remove durable subscriber from topic > --------------------------------------------------------------------- > > Key: AMQ-5330 > URL: https://issues.apache.org/jira/browse/AMQ-5330 > Project: ActiveMQ > Issue Type: Bug > Components: MQTT > Affects Versions: 5.9.0 > Environment: windows xp sp3 > Reporter: ysliu > > I used a mqtt client, Paho, connected to ActiveMQ5.9.0 and subscribed a topic with cleansession=false. Then I found a durable consumer was created on specified topic. Then I unsubscribed from that topic and closed the mqtt connection. After that I found the durable consumer was still there. I think the durable consumer should be removed when client unsubscribed from the specified topic, otherwise the client would have no chance to remove it. -- This message was sent by Atlassian JIRA (v6.2#6252)