I am new to IBM websphere MQ and am looking for best way to send message from win CE 6 device using c# .net CF 3.5 app to MQ. I have searched and found that WebSphere MQ Telemetry and a MQTT client can do this. Is there any other way? Can i do it with plain IBM websphere MQ 6 or 7.5 ? If WebSphere MQ Telemetry and a MQTT client is the only way.... can someone please explain the architecture for this. How to setup MQ and how to start writing a client?
Thanks for reading and apologies if i didn't make my query clear. Regards, Zia
MQ .NET client is available for a full fledged .NET Framework, not available for Compact .NET Framework. So you will need to use a MQTT .NET client and connect to MQ. There are number of MQTT .NET clients available. You can use any of them to develop your application.
Here is some information on setting up MQTT channel in MQ: http://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.mq.adm.doc/q021270_.htm