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 A222711091 for ; Mon, 15 Sep 2014 21:30:34 +0000 (UTC) Received: (qmail 58559 invoked by uid 500); 15 Sep 2014 21:30:34 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 58506 invoked by uid 500); 15 Sep 2014 21:30:34 -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 58486 invoked by uid 99); 15 Sep 2014 21:30:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2014 21:30:34 +0000 Date: Mon, 15 Sep 2014 21:30:34 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-5358) MQTT Durable subscription broken in 5.10 and 5.11 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-5358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14134522#comment-14134522 ] Timothy Bish commented on AMQ-5358: ----------------------------------- When you say, "does not work" what behavior are you expecting and what do you actually see? > MQTT Durable subscription broken in 5.10 and 5.11 > ------------------------------------------------- > > Key: AMQ-5358 > URL: https://issues.apache.org/jira/browse/AMQ-5358 > Project: ActiveMQ > Issue Type: Bug > Components: MQTT > Affects Versions: 5.10.0, 5.11.0 > Environment: Mac OS X, MQTT Paho client library version 0.4.0 > Reporter: AR > Attachments: MqttDurableSubTest.java > > > Durable subscriptions do not work in 5.10 and 5.11-SNAPSHOT. > Test case: > Run default broker. > . Connect "client1" with clean_session=true. > . Subscribe to topic "paho/test" > . Disconnect client1 > . Connect "client1" with clean_session=false > . Subscribe to topic "paho/test" > . Disconnect "client1" > . Connect "client2" > . Publish message "hello world" to topic "paho/test" > . Disconnect "client2" > . Connect "client1" with clean_session=false > . Subscribe to topic "paho/test" > . Verify that the message is received. > Junit test code attached. -- This message was sent by Atlassian JIRA (v6.3.4#6332)