Re: MQTT to JMS conversion results in null message body.

2014-05-16 Thread coolboy
I see a similar behavior with HTTP too. I do a HTTP GET with a timeout of 30s on a topic string say, a.b.c. And, from a mosquitto_pub client, I do a publish with/without retain flag to a/b/c. I get a HTTP STATUS 200 OK, but, the message body is null. What is going on ? -- View this

MQTT to JMS conversion results in null message body.

2014-05-14 Thread coolboy
Is there something special to be done to ensure message body from a MQTT client appears in the JMS message body ? I am using the mosquitto publish client to publish a simple message to amq/mqtt/sample topic string on ActiveMQ. As expected, the JMS conversion happens correctly. I can see

Re: Unable to connect/send messages with MQTT transport from JMS client

2014-05-14 Thread coolboy
Glad to know that you got it working. However, with jconsole, I am unable to see the body of the message published in MQTT protocol. Wonder what trick is required ? MQTT to JMS conversion results in null message body