stomp icon indicating copy to clipboard operation
stomp copied to clipboard

Go language library for STOMP protocol (Moved to github.com/go-stomp)

Results 8 stomp issues
Sort by recently updated
recently updated
newest added

When I use `conn, err := stomp.Dial("tcp", "localhost:61616")` I get EOF. Am I doing something wrong?

I looked up the documentation for a long time and did not see an example of a related Send message to publish/subscribe pattern, the Send method is sent to Queues...

I use default heartbeat setting, but the connection closed every 4 minutes.

It would be great if this would support SSL connections. Right now we're using stomp+ssl on port 61613 so we can't use straight tcp connections.

From looking at the code, it looks as if the subscription readloop goroutine would block if the buffer fills up and then the client unsubscribes, leaving the channel and associated...

The suppression of the content-length header is used by ActiveMQ to differentiate binary and text messages [1], and should be supported. [1] http://activemq.apache.org/stomp.html

Following on from issue #3, where it was suggested to put the header in a map rather than an array. Although a map implementation was considered originally, it was decided...

The Writer and Reader should respectively escape and unescape special characters, and the reader should reject malformed headers and invalid escape sequences. http://stomp.github.io/stomp-specification-1.2.html#Value_Encoding