ActiveMQ Artemis doesn't support the ability to disable link stealing, but it would be pretty easy to implement. I created ARTEMIS-4200 [1] to track this.
Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-4200 On Wed, Mar 8, 2023, 10:07 AM andrea bisogno <bisoma...@hotmail.it> wrote: > 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 >