[
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)