Hi,
I am using Java clients. So both publisher and subscriber are java clients only. So is there any existing api/method using which I can retrieve message sent by publisher? Or if not so then what else it could be?
On 10/10/2014 01:51 PM, Abhishek
Maheshwari wrote:
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?