miniqueue icon indicating copy to clipboard operation
miniqueue copied to clipboard

A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.

Results 3 miniqueue issues
Sort by recently updated
recently updated
newest added

It would be useful to be able to purge/delete a topic of messages

enhancement

Currently if a subscriber attempts to read from a non-existent queue they will receive an error. This behaviour may be desirable in certain circumstances.

enhancement