You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Wim Pool (JIRA)" <ji...@apache.org> on 2018/11/08 10:58:00 UTC

[jira] [Created] (ARTEMIS-2167) Queues created by MQTT retained messages are not auto deleted

Wim Pool created ARTEMIS-2167:
---------------------------------

             Summary: Queues created by MQTT retained messages are not auto deleted
                 Key: ARTEMIS-2167
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2167
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: MQTT
    Affects Versions: 2.6.2
            Reporter: Wim Pool


We are sending MQTT retained messages to a MQTT topic and when the topic is not active anymore is cleared by sending an empty message. When the topic is cleared we expect the address and queue that are auto-created in Artemis are deleted as both auto-delete-jms-queues and auto-delete-jms-topics are true and the message-count = 0 and subscriptions = 0.

We also tested using not retained messages then the auto-deletion works as expected.

We expect is has something to do with Artemis creating durable queues for retained messages but we can't find anything in the documentation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)