Can iPhone communicate with JMS?

前端 未结 1 535
暗喜
暗喜 2021-01-22 05:42

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

Regards

1条回答
  •  南方客
    南方客 (楼主)
    2021-01-22 06:06

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

    0 讨论(0)
提交回复
热议问题