Skip to content

semog/stomp

 
 

Repository files navigation

stomp

Go language implementation of a STOMP client library.

Features:

  • Supports STOMP Specifications Versions 1.0, 1.1, 1.2
  • Protocol negotiation to select the latest mutually supported protocol
  • Heart beating for testing the underlying network connection
  • Tested against RabbitMQ v3.0.1

For more information see http://gopkg.in/stomp.v1

Also contains a package for implementing a simple STOMP server. Supports in-memory queues and topics, but can be easily extended to support other queue storage mechanisms.

For more information on the STOMP server package see http://gopkg.in/stomp.v1/server

About

Go language library for STOMP protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%