Hello,
I'm pretty ignorant about AMQP protocol and Artemis broker
internals so please excuse me if my question is inappropriate.
I didn’t find a clear documentation telling what happens about the MQTT QoS
(subscribed or published messages) while crossing the connector boundary.
I mean, if I configure Artemis broker to open 2 different connectors (A and B)
supporting only one protocol each (A -> MQTT and B -> AMQP) if my device
connected to MQTT connector A publishes a message with QoS = 2 and I have a
subscriber for that address connected through AMQP connector B what should I
expect?
To receive the message just once as MQTT QoS 2 tells?
Regards,
Riccardo