liuzl / q

Q is a simple persistent message/task queue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Q

GoDoc

Q is a simple persistent message/task queue. It is written in Golang.

It has the following features:

Messages in Q are very safe. They exist until the consumer confirms clearly, otherwise messages would be recycled and added back to queue again.

About

Q is a simple persistent message/task queue.

License:Apache License 2.0


Languages

Language:Go 100.0%