[jira] [Commented] (ARTEMIS-4760) Creating MQTT consumer should work if auto-create-queues is false

2024-05-31 Thread Mike Artz (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-4760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17851177#comment-17851177
 ] 

Mike Artz commented on ARTEMIS-4760:


It seems there should be a topic every time a consumer is created.  If that is 
the expected behavior, then do we have the consumer creation process ignore 
auto-create-queues entirely in the method 
{{MQTTSubscriptionManager.createQueueForSubscription(String rawTopicName, 
String parsedTopicName)?}}

> Creating MQTT consumer should work if auto-create-queues is false
> -
>
> Key: ARTEMIS-4760
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4760
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Reporter: Justin Bertram
>Assignee: Justin Bertram
>Priority: Major
>




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

-
To unsubscribe, e-mail: issues-unsubscr...@activemq.apache.org
For additional commands, e-mail: issues-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact




[jira] [Commented] (ARTEMIS-4760) Creating MQTT consumer should work if auto-create-queues is false

2024-06-03 Thread Justin Bertram (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-4760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17851708#comment-17851708
 ] 

Justin Bertram commented on ARTEMIS-4760:
-

The broker creates a subscription queue for an MQTT consumer and it should do 
so even if {{auto-create-queues}} is {{false}} because this is how it's handled 
for other protocols and also the documented behavior:

bq. Automatic queue creation is for queues that _would not otherwise be created 
during normal operation_. For example, when a remote application creates a 
consumer on a JMS topic then a queue will be created representing that 
subscription as described in the [JMS-to-core mapping 
chapter|https://activemq.apache.org/components/artemis/documentation/latest/jms-core-mapping.html].
 This queue will be created regardless of how {{auto-create-queues}} is 
configured because it is required for _normal operation_.

The previously committed code is incorrect.

> Creating MQTT consumer should work if auto-create-queues is false
> -
>
> Key: ARTEMIS-4760
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4760
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Reporter: Justin Bertram
>Assignee: Justin Bertram
>Priority: Major
>




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

-
To unsubscribe, e-mail: issues-unsubscr...@activemq.apache.org
For additional commands, e-mail: issues-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact




[jira] [Commented] (ARTEMIS-4760) Creating MQTT consumer should work if auto-create-queues is false

2024-06-05 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-4760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17852322#comment-17852322
 ] 

ASF subversion and git services commented on ARTEMIS-4760:
--

Commit de0f6ac8f54eb699a175c700c044f4f0bf8b6ef2 in activemq-artemis's branch 
refs/heads/main from Justin Bertram
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=de0f6ac8f5 ]

ARTEMIS-4760 creating MQTT consumer should work if auto-create-queues is false


> Creating MQTT consumer should work if auto-create-queues is false
> -
>
> Key: ARTEMIS-4760
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4760
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Reporter: Justin Bertram
>Assignee: Justin Bertram
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




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

-
To unsubscribe, e-mail: issues-unsubscr...@activemq.apache.org
For additional commands, e-mail: issues-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact