Hi, I would need support for understanding if it is possible to avoid MQTT stealing link issue with Artemis.
I know with ActiveMQ it was possible to configure the broker to reject an MQTT connection in case another connection with the same clientId was already open. In fact, it was possible to set to false the ‘allowLinkStealing’ property on the mqtt trasport, as described at https://activemq.apache.org/configuring-transports . Unfortunately, I’m not able to find any documentation about the same setting on Artemis (https://activemq.apache.org/components/artemis/documentation/latest/ ). I tried anyhow to configure the property but it doesn’t work. Can you help me to understand how can I configure an MQTT transport to avoid a client connects to the broker if an MQTT connection with the same ClientID is already open? Many thanks in advance, Andrea Bisogno