Re: MQTT Link Stealing

2014-06-22 Thread tingenek
mtakahashi, Ok, now I’ve got it working using the following: I’ll do some further testing, but that seems to have fixed it. Brief dropping of the connection is a very common problem with phones was well as IoT devices using MQTT, so this is good news for use of ActiveMQ as a broker as I

Re: MQTT Link Stealing

2014-06-22 Thread tingenek
mtakahash, I tried that. Still got the same issue. Here’s my connector: Rgds, Mark Lawson Senior Technical Architect Staffordshire and West Midlands Community Rehabilitation Company mark.law...@swm.probation.gsi.gov.uk [sent from home email] On 22 Jun 2014, at 04:21, mtakahashi [via Activ

MQTT Link Stealing

2014-06-18 Thread tingenek
Is Link Stealing working in 5.10? I've tried a stock build. Two clients with the same Id. Client A connected. If I try to connect Client B, client A should get disconnected. I get a 'broker unavailable' error on B and it seems to screw up A as well. There was a Jira for this AMQ-4719 that says it s

Re: Retained Flag in MQTT

2013-09-19 Thread tingenek
Sadly, no. I had to use mosquitto instead. -- View this message in context: http://activemq.2283324.n4.nabble.com/Retained-Flag-in-MQTT-tp4668333p4671651.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Retained Flag in MQTT

2013-06-19 Thread tingenek
Hi, I'm having trouble with the retained flag on mqtt. Setting retained puts a default post into a topic, so any new subscribers get that message first. Doesn't seem to work though. I'm using latest paho client and activemq version 5.9 SNAPSHOT with basic matt transport config. Anyone come across t