Hi, I am doing RPC-pattern as following: client.send('/exchange/name/key', {"reply-to":"/temp-queue/reply"}, 'msg'); What I can not understand is where should I wait an reply :) It seems that web-stomp don't support /temp-queue/... Is it?