Hi,
Just wondering if someone knows how to send/receive XML messages between iPhone & Java Message Service.
Regards
Hi,
Just wondering if someone knows how to send/receive XML messages between iPhone & Java Message Service.
Regards
There are a couple of ways you could achieve this - either via the HTTP bridge shipped with MQ (I have done this myself), or using the new MQTT support (you would need to find and compile an MQTT C client for Objective-C yourself though).