DeZigny
DeZigny

Reputation: 21

Can iPhone communicate with JMS?

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

Regards

Upvotes: 2

Views: 1289

Answers (1)

anon
anon

Reputation:

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

Upvotes: 1

Related Questions