jeremy.romano
jeremy.romano

Reputation: 151

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.

Upvotes: 5

Views: 8975

Answers (2)

Waqas Ali Razzaq
Waqas Ali Razzaq

Reputation: 669

We have also faced same scenario.

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

Upvotes: 0

Awais Naeem
Awais Naeem

Reputation: 73

Use the Kaazing WebSocket Gateway Android JMS Client API

you can visit Kaazing official website for that.

Thanks!

Upvotes: 2

Related Questions