You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Daniel Martin (Jira)" <ji...@apache.org> on 2023/04/28 14:49:00 UTC

[jira] [Created] (ARTEMIS-4264) MQTT v5 request-response with correlation ID

Daniel Martin created ARTEMIS-4264:
--------------------------------------

             Summary: MQTT v5 request-response with correlation ID
                 Key: ARTEMIS-4264
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4264
             Project: ActiveMQ Artemis
          Issue Type: Bug
            Reporter: Daniel Martin


When sending messages from a JMS producer (ActiveMQ) to a MQTT consumer (HiveMQ), using `setJMSReplyTo()` and `setJMSCorrelationID()` on the sending side and `getResponseTopic()` and `getCorrelationData()` on the receiving side, this information is not received by MQTT.

It seem to me that both protocols are pretty translatable into one another, having pretty much the same concepts:
 * [https://activemq.apache.org/how-should-i-implement-request-response-with-jms]
 * [https://hivemq.com/blog/mqtt5-essentials-part9-request-response-pattern|https://www.hivemq.com/blog/mqtt5-essentials-part9-request-response-pattern]

I'd additionally ask: is MQTT version 5 truly supported? To what extent?



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