[ 
https://issues.apache.org/jira/browse/ARTEMIS-3871?focusedWorklogId=832922&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-832922
 ]

ASF GitHub Bot logged work on ARTEMIS-3871:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Dec/22 03:07
            Start Date: 13/Dec/22 03:07
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on PR #4287:
URL: 
https://github.com/apache/activemq-artemis/pull/4287#issuecomment-1347682503

   I rebased this myself to a test branch, and there are these test failures:
   
   
[org.apache.activemq.artemis.tests.integration.mqtt.MQTTTest.testClientDisconnectedOnMaxConsumerLimitReached](https://main-jenkins-csb-amq-broker.apps.ocp-c1.prod.psi.redhat.com/job/activemq-artemis/job/activemq-artemis-param/org.apache.activemq.tests$integration-tests/593/testReport/junit/org.apache.activemq.artemis.tests.integration.mqtt/MQTTTest/testClientDisconnectedOnMaxConsumerLimitReached/)
   
[org.apache.activemq.artemis.tests.integration.mqtt5.MQTT5Test.testTimestamp[protocol=tcp]](https://main-jenkins-csb-amq-broker.apps.ocp-c1.prod.psi.redhat.com/job/activemq-artemis/job/activemq-artemis-param/org.apache.activemq.tests$integration-tests/593/testReport/junit/org.apache.activemq.artemis.tests.integration.mqtt5/MQTT5Test/testTimestamp_protocol_tcp_/)
   
[org.apache.activemq.artemis.tests.integration.mqtt5.MQTT5Test.testTimestamp[protocol=ws]](https://main-jenkins-csb-amq-broker.apps.ocp-c1.prod.psi.redhat.com/job/activemq-artemis/job/activemq-artemis-param/org.apache.activemq.tests$integration-tests/593/testReport/junit/org.apache.activemq.artemis.tests.integration.mqtt5/MQTT5Test/testTimestamp_protocol_ws_/)
   
[org.apache.activemq.artemis.tests.integration.mqtt5.spec.SubscriptionTests.testSharedSubscriptionWithAck[protocol=tcp]](https://main-jenkins-csb-amq-broker.apps.ocp-c1.prod.psi.redhat.com/job/activemq-artemis/job/activemq-artemis-param/org.apache.activemq.tests$integration-tests/593/testReport/junit/org.apache.activemq.artemis.tests.integration.mqtt5.spec/SubscriptionTests/testSharedSubscriptionWithAck_protocol_tcp_/)
   
[org.apache.activemq.artemis.tests.integration.mqtt5.spec.SubscriptionTests.testSharedSubscriptionRespectQoS[protocol=tcp]](https://main-jenkins-csb-amq-broker.apps.ocp-c1.prod.psi.redhat.com/job/activemq-artemis/job/activemq-artemis-param/org.apache.activemq.tests$integration-tests/593/testReport/junit/org.apache.activemq.artemis.tests.integration.mqtt5.spec/SubscriptionTests/testSharedSubscriptionRespectQoS_protocol_tcp_/)
   
[org.apache.activemq.artemis.tests.integration.mqtt5.spec.SubscriptionTests.testSharedSubscriptionWithAck[protocol=ws]](https://main-jenkins-csb-amq-broker.apps.ocp-c1.prod.psi.redhat.com/job/activemq-artemis/job/activemq-artemis-param/org.apache.activemq.tests$integration-tests/593/testReport/junit/org.apache.activemq.artemis.tests.integration.mqtt5.spec/SubscriptionTests/testSharedSubscriptionWithAck_protocol_ws_/)
   
[org.apache.activemq.artemis.tests.integration.mqtt5.spec.SubscriptionTests.testSharedSubscriptionRespectQoS[protocol=ws]](https://main-jenkins-csb-amq-broker.apps.ocp-c1.prod.psi.redhat.com/job/activemq-artemis/job/activemq-artemis-param/org.apache.activemq.tests$integration-tests/593/testReport/junit/org.apache.activemq.artemis.tests.integration.mqtt5.spec/SubscriptionTests/testSharedSubscriptionRespectQoS_protocol_ws_/)




Issue Time Tracking
-------------------

    Worklog Id:     (was: 832922)
    Time Spent: 20m  (was: 10m)

> ActiveMQ Artemis 2.23.0 -- mqtt 5.0, mqtt client can't   subscribe   multiple 
>  share topic?
> -------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3871
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3871
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: MQTT
>    Affects Versions: 2.23.0
>            Reporter: windy
>            Assignee: Justin Bertram
>            Priority: Major
>         Attachments: image-2022-06-23-10-24-09-054.png, 
> image-2022-06-23-10-27-54-288.png, image-2022-06-23-10-37-43-133.png
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {code:xml}
> <dependency>
>     <groupId>org.eclipse.paho</groupId>
>     <artifactId>org.eclipse.paho.mqttv5.client</artifactId>
>     <version>1.2.5</version>
> </dependency>{code}
> I use the Eclipse Paho MQTT 5 client to subscribe to:
> {noformat}
> $share/c9/cloud/#, $share/c10/app/#, $share/c11/wx/#{noformat}
> Then the broker creates three queues:
> !image-2022-06-23-10-24-09-054.png!
> But if I subscribe to
> {noformat}
> $share/c12/cloud/#, $share/c12/app/#, $share/c12/wx/#{noformat}
> Then the broker just creates one queue:
> !image-2022-06-23-10-27-54-288.png!
> Why?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to