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
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