lemonmq

package module
v0.0.0-...-06e122d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2021 License: MIT Imports: 14 Imported by: 0

README

lemonmq

lemonmq : Lightweight general purpose message queue server

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConnError

func ConnError(c net.Conn, data ...interface{})

Types

type Server

type Server struct {
	Ln net.Listener

	Topic *slowtable.Table

	ConnTimeout time.Duration
	// contains filtered or unexported fields
}

func NewServer

func NewServer(workers int32) *Server

func (*Server) Close

func (s *Server) Close()

func (*Server) DirectPublish

func (s *Server) DirectPublish(topic string, msg *types.Message)

func (*Server) Publish

func (s *Server) Publish(topic string, msg *types.Message)

func (*Server) Serve

func (s *Server) Serve() error

func (*Server) Subscribe

func (s *Server) Subscribe(topic string, ch chan *types.Message) chan *types.Message

func (*Server) Unsubscribe

func (s *Server) Unsubscribe(topic string, ch chan *types.Message)

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL