Qadeer Mohammed 29.Sep.09 02:49 AM a Web browser Application development6.2Windows 2000
Hi,
In my current setup, i have a MicroBroker with two queues defined on it. A COM wrapper (that uses MQTT.net API) connects to microbroker and places a msg from the queue, which is then picked up by microbroker bridge and then published on a topic to WMB..
In this scenario, i am trying to pass the application ID and Correlation ID on the message sent to MicroBroker. When i check the microbroker Data file, i can see that the app ID and Correlation id are set on MQTT_APP_MESSAGE_ID and MQTT_APP_CORRELATION_ID with correct values. However, when the bridge reads messages off the queue and publishes on a topic for ESB, the msg id and correlation id are reset to a stream of 0's.
1. Is it possible to send the message id and correlation id from MicroBroker to WMB ?
2. I have tried setting message id as plaintext, plaintext padded with spaces to make it 24chars,hex values to make it 24chars, but none of these worked.
3. Is the message id lost because i am reading the message from a queue, but publishing on a topic ?