Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] how to use org.eclipse.paho.android.service.MessageStore?

Hi,

this class is meant for incoming messages.  You want to store outgoing messages (messages going from client to server)? 

James is working on just such function at the moment, under this issue: https://github.com/eclipse/paho.mqtt.java/issues/9.  It should be ready in the next month or so.

Ian

On 07/03/16 02:03, zhangkai.gis wrote:
Hello,
I have read http://www.eclipse.org/paho/files/android-javadoc/index.html How can I persistent message into sqlite when the mqtt message is not send to the peer. I found a DatabaseMessageStore class. Is it design for this ? How to use it?
Thanks,
zhangkai


_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top