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.