Versions in this module Expand all Collapse all v1 v1.0.2 Apr 11, 2021 Changes in this version + const DefaultAddr + const DefaultHeartBeat + const QueuePrefix + func ListenAndServe(addr string) error + func Serve(l net.Listener) error + type Authenticator interface + Authenticate func(login, passcode string) bool + type QueueStorage interface + Dequeue func(queue string) (*stomp.Frame, error) + Enqueue func(queue string, frame *stomp.Frame) error + Requeue func(queue string, frame *stomp.Frame) error + Start func() + Stop func() + type Server struct + Addr string + Authenticator Authenticator + HeartBeat time.Duration + QueueStorage QueueStorage + func (s *Server) ListenAndServe() error + func (s *Server) Serve(l net.Listener) error Other modules containing this package gopkg.in/go-stomp/stomp.v2