tags:

views:

50

answers:

1

Hi,

Just wondering if someone knows how to send/receive XML messages between iPhone & Java Message Service.

Regards

+1  A: 

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).

andypiper
Many thanks andypiper :) How can I know if HHTP bridge is installed on my server or not?
DeZigny
Sorry andypiper, I was mistaken with MQ :) I meant JMS :)
DeZigny
what is the JMS provider? WebSphere MQ or something else?
andypiper