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:11:33 UTC

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

AR created AMQ-5418:
-----------------------

             Summary: 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


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