2

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

Regards

DeZigny
  • 21
  • 3

1 Answers1

1

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

Andy Piper
  • 11,422
  • 2
  • 26
  • 49