Can iPhone communicate with JMS?

Just wondering, does anyone know how to send / receive XML messages between iPhone and Java Message Service .

Hi

+2
source share
1 answer

There are several ways to achieve this - either through the HTTP bridge that comes with MQ (I did it myself), or using the new MQTT support (you would need to find and compile the MQTT C client for Objective-C yourself, though).

+1
source

All Articles