What is Goqite?
It is a persistent message queue Go library built on SQLite and inspired by AWS SQS but much simpler. Messages are sent to and received from the queue, and are guaranteed to not be redelivered before a timeout occurs.
Goqite is a tool in the Message Queue category of a tech stack.
Goqite is an open source tool with 452 GitHub stars and 13 GitHub forks. Here’s a link to Goqite's open source repository on GitHub
Uh Oh! Looks like Something went wrong on our end!
Uh Oh! Looks like Something went wrong on our end!
Goqite's Features
- Messages are persisted in a SQLite table
- Support for multiple queues in one table
- Message timeouts can be extended, to support e.g. long-running tasks
- A simple HTTP handler is provided for your convenience
- No non-test dependencies. Bring your own SQLite driver
Uh Oh! Looks like Something went wrong on our end!