Relative Content

Tag Archive for gowebsocketstomp

Golang Stomp connection using server path

I am trying to connect to a websocket server from a Golang client. The server is listening on a path, like so: host:port/path. The server is expecting a Stomp client to connect and then subscribe to a topic as identified in the stomp headers by “/topic/topic-name”.