Skip to content

aahel/jobqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jobqueue

mq packge contains :-

  • broker implementation. it provides functionality to subscribe to a topic and publish messages to topic.
  • client.go- a client library for the mq. creates a light abstraction around the broker for clients to consume.

main.go tests the queue by publishing messages to a topic every two seconds and subscribing to the topic to get them in fifo order.

RUN

go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages