-
I'm seeking clarification regarding the current limitations of NATS MQTT. On the official page, there appears to be conflicting information. Initially, it states:
However, in the subsequent limitation section, it is mentioned:
I'm seeking assistance in understanding which of these statements is accurate and reflective of the current behavior. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@wilianto in addition to messages that are submitted by other MQTT clients, an MQTT subscriber can receive other NATS messages, including those submitted by other "pure NATS" clients. Those "pure NATS" are always delivered to an MQTT subscriber as QOS 0 (because we wouldn't know how else to interpret them). Please let me know if this clarifies? |
Beta Was this translation helpful? Give feedback.
@wilianto in addition to messages that are submitted by other MQTT clients, an MQTT subscriber can receive other NATS messages, including those submitted by other "pure NATS" clients. Those "pure NATS" are always delivered to an MQTT subscriber as QOS 0 (because we wouldn't know how else to interpret them). Please let me know if this clarifies?