for all of you mqtt-philes out there who struggle to figure out what is actually being sent... what topic does sensor x use? is it json data or just plain text? is retain turned on? when was the last data from sensor x?
try the mqtt websocket client from christoph schaebel and hivemq:
details are here:
and the source is here:
it requires that you add websocket support when you build your mosquitto broker, but the result is well worth it. you can install the websocket client on the server where the broker runs, or just keep a websocket client on your laptop or development machine then point it at whatever broker you are trying to diagnose.
thank you christoph and hivemq for making this available under the apache license!
m