Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] To get the message

Hi,

I am trying to implement MQTT protocol. I am using moquette as a broker and eclipse paho as a client.

I can send message using "client.publish(topic, message)". But I am unable to find out how can I see whether the subscriber has received that message or not. I want to fetch the message sent by publisher to a local string variable. Can anybody help me?

Thanks in advance,

Regards,
Abhishek


Back to the top