Hello,

I have checked link stealing behavior on MQTT protocol.
It should be enabled by default. But it's not working.
ActiveMQ rejects to connect a client which has same client ID as connected
client. 
"javax.jms.InvalidClientIDException: Broker: xxxx - Client: cccc already
connected from tcp://127.0.0.1:57757"

I think TransportConnector is expected to be created by
TransportConnector(String) constructor.
But spring framework creates it by default constructor.
So even MQTT transport allowLinkStealing=true must be set in
transportConnector option.

Regards,
mtakahashi



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Link-Stealing-on-MQTT-is-not-enabled-by-default-tp4681100.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to