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

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

                Author: ASF GitHub Bot
            Created on: 02/Oct/25 21:34
            Start Date: 02/Oct/25 21:34
    Worklog Time Spent: 10m 
      Work Description: jbertram commented on code in PR #5949:
URL: https://github.com/apache/activemq-artemis/pull/5949#discussion_r2400130070


##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt5/MQTT5Test.java:
##########
@@ -924,4 +924,18 @@ public void testSessionCount() throws Exception {
       producer.connect();
       assertEquals(2, server.getActiveMQServerControl().getSessionCount());
    }
+
+   @Test
+   @Timeout(DEFAULT_TIMEOUT_SEC)
+   public void testSubscriptionQueueRoutingType() throws Exception {

Review Comment:
   I believe that already exists at 
`org.apache.activemq.artemis.tests.integration.mqtt.MQTTTest#testAnycastAddressWorksWithMQTT`.





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

    Worklog Id:     (was: 985553)
    Time Spent: 40m  (was: 0.5h)

> Set routing-type when creating MQTT subscription queue
> ------------------------------------------------------
>
>                 Key: ARTEMIS-5688
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5688
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> When creating an MQTT subscription queue the routing-type needs to be set 
> explicitly to avoid unwanted and/or confusing behavior.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to