how to implement JMS on Android project

jeremy.romano picture jeremy.romano · Feb 24, 2012 · Viewed 8.7k times · Source

Currently, i'm working on android project. I have to join a jms server based on openJMS.

i've not found any library, anyone know how to implement JMS client on Android ?

thx.

Answer

Awais Naeem picture Awais Naeem · Dec 23, 2014

Use the Kaazing WebSocket Gateway Android JMS Client API

you can visit Kaazing official website for that.

Thanks!