# 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.
# Interfaces
Interface for authenticating STOMP clients.
QueueStorage is an interface that abstracts the queue storage mechanism.