STOMP Client and simple Server implemented in Go language

1,980 views
Skip to first unread message

John Jeffery

unread,
Feb 3, 2013, 4:16:20 PM2/3/13
to stomp...@googlegroups.com
In case anyone is interested, I have written a STOMP client in Go. I have also written a fairly simple STOMP server. 

The client has been tested against RabbitMQ. There are a reasonable unit test coverage, but it could do with a bit more I suppose.

In the server implementation, all queues and topics are in-memory, but all queue access goes via a  QueueStorage interface. Alternative queue storage mechanisms such as file system or database should be straightforward. Having said that, I have only used the server for testing, and to date in-memory queues have been sufficient.




Cheers -- John

Frank Schröder

unread,
Oct 18, 2013, 4:38:26 PM10/18/13
to stomp...@googlegroups.com
Cool. I had started working on my own stomp library for ActiveMQ and it doesn't look that different from yours. I'll test it with ActiveMQ then. Do you have the library in use?
Reply all
Reply to author
Forward
0 new messages