RE: MQTT Link Stealing

2015-09-10 Thread Shobhana
I am using version 5.11.1 with Eclipse Paho MQTT Client and find the same issue in this version too. By default, for MQTT, allowLinkStealing is set to true. But I see hundreds of following messages in AMQ logs : 2015-09-10 13:21:47,544 | WARN | Failed to register MBean

RE: MQTT Link Stealing

2014-07-06 Thread Rich P
this? Thanks! Rich Date: Sun, 22 Jun 2014 04:04:13 -0700 From: tinge...@gmail.com To: users@activemq.apache.org Subject: Re: MQTT Link Stealing mtakahashi, Ok, now I’ve got it working using the following: transportConnector name=mqtt allowLinkStealing=true uri=mqtt://0.0.0.0:1883

Re: MQTT Link Stealing

2014-06-22 Thread tingenek
mtakahash, I tried that. Still got the same issue. Here’s my connector: transportConnector name=mqtt uri=mqtt://0.0.0.0:1883?maximumConnections=1000amp;allowLinkStealing=trueamp;wireFormat.maxFrameSize=104857600/ Rgds, Mark Lawson Senior Technical Architect Staffordshire and West Midlands

Re: MQTT Link Stealing

2014-06-22 Thread mtakahashi
Hi, Transport options should be a XML attribute of the transportConnector element, like following. transportConnector name=mqtt allowLinkStealing=true uri=mqtt://0.0.0.0:1883?maximumConnections=1000amp;wireFormat.maxFrameSize=104857600/ See the last line of this page.

Re: MQTT Link Stealing

2014-06-22 Thread tingenek
mtakahashi, Ok, now I’ve got it working using the following: transportConnector name=mqtt allowLinkStealing=true uri=mqtt://0.0.0.0:1883?maximumConnections=1000amp;wireFormat.maxFrameSize=104857600/ I’ll do some further testing, but that seems to have fixed it. Brief dropping of the

Re: MQTT Link Stealing

2014-06-21 Thread mtakahashi
Hello, I found same issue. http://activemq.2283324.n4.nabble.com/Link-Stealing-on-MQTT-is-not-enabled-by-default-tt4681100.html Set allowLinkStealing=true in trasport option. mtakahashi -- View this message in context: