Just wondering if someone knows how to send/receive XML messages between iPhone &开发者_如何学Camp; 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).
精彩评论