Skip to content
/ sique Public

A rather simple inmemory message queue for golang

Notifications You must be signed in to change notification settings

eko234/sique

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIQUE

This is a very simple inmemory message queue for golang, it uses simple tcp connections and is very much in shambles rn, it uses ack policies similar to rabbit mq and requeues not acknowledged messages as such, currently there is no persistence so the messages only live as long as the server is alive, and scaling it is not possible rn tho, you get the scope :P