Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to implement JMS on Android project

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.

like image 376
jeremy.romano Avatar asked Nov 04 '22 05:11

jeremy.romano


1 Answers

Use the Kaazing WebSocket Gateway Android JMS Client API

you can visit Kaazing official website for that.

Thanks!

like image 119
Awais Naeem Avatar answered Nov 09 '22 09:11

Awais Naeem