Re: MQTT and JMS/NMS: ActiveMQ vs. Apollo

2013-01-17 Thread M van Dillen
Gary Tully writes: > Seems like you want cleanSession=true in your mqtt client. > by default mqtt clients are durable subscribers so unless they ack, all > messages will be retained by the broker. I am using CleanSession = false to allow for offline queuing. Unless there is another way I really n

Re: MQTT and JMS/NMS: ActiveMQ vs. Apollo

2013-01-16 Thread M van Dillen
Hi Christian, I seem to be running into the same problem you describe when my Android client durable subscription gets disconnected from the ActiveMQ server using the MQTT paho library. Were you able to solve this? Thanks, Maarten