Is it possible after connection to subscribe to different topics, like Stomp client?
var webSocket = new $WebSocket("ws://127.0.0.1:8080/chat"); webSocket.getDataStream().subscribe("topic/bike", ...) webSocket.getDataStream().subscribe("topic/car", ...)
Regards, Tomaž