package
3.1.3
Repository: https://github.com/go-stomp/stomp.git
Documentation: pkg.go.dev

# Packages

Package client implements client connectivity in the STOMP server.
Package queue provides implementations of server-side queues.
Package topic provides implementations of server-side topics.

# Functions

ListenAndServe listens on the TCP network address addr and then calls Serve.
Serve accepts incoming TCP connections on the listener l, creating a new STOMP service thread for each connection.

# Constants

Default address for listening for connections.
Default read timeout for heart-beat.
The STOMP server has the concept of queues and topics.

# Structs

A Server defines parameters for running a STOMP server.

# Interfaces

Interface for authenticating STOMP clients.
QueueStorage is an interface that abstracts the queue storage mechanism.