-1

I need stomp client for android. I found and tried js client from here and it works perfect, so I need something like that on js:

var url = "ws://localhost:8080//myserver//hello";
stompClient = Stomp.client(url);

but I need similar for android, please suggest me something, thanks.

Dimon
  • 763
  • 3
  • 7
  • 22

1 Answers1

0

You can try this :
-stomp-j

-gozirra, it's old but still working and you can also modify the source code to achieve better performance and functionality

Or you can try to use mqtt as an another option to stomp.

Mari_Yaguchi
  • 477
  • 8
  • 25