how to implement JMS on Android project

8.9k Views Asked by At

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.

2

There are 2 best solutions below

0
Waqas Ali Razzaq On

We have also faced same scenario.

You can use the Kaazing WebSocket Gateway to connect Android (and other) clients to JMS over WebSocket

1
Awais Naeem On

Use the Kaazing WebSocket Gateway Android JMS Client API

you can visit Kaazing official website for that.

Thanks!