You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "AR (JIRA)" <ji...@apache.org> on 2014/10/31 06:12:35 UTC

[jira] [Updated] (AMQ-5418) MQTT Subscriber is able to receive messages published after unsubscribe()

     [ https://issues.apache.org/jira/browse/AMQ-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

AR updated AMQ-5418:
--------------------
    Attachment: paho_unsub_durable.java

Test case (use in file PahoMQTTTest.java) attached

> MQTT Subscriber is able to receive messages published after unsubscribe()
> -------------------------------------------------------------------------
>
>                 Key: AMQ-5418
>                 URL: https://issues.apache.org/jira/browse/AMQ-5418
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: MQTT
>    Affects Versions: 5.11.0
>            Reporter: AR
>         Attachments: paho_unsub_durable.java
>
>
> * Client1 - Create durable subscription
> * Client2 - Publish
> * Client1 should receive published messages at this point
> * Client1 unsubscribe
> * Client2 Publish
> * Client1 should not receive messages at this point
> * Client1 disconnect
> * Client2 Publish
> * Client1 connect and subscribe to same topic
> * Client1 should not receive any messages (fails)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)