miniqueue

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

MIT License

Stars
206
miniqueue - v0.8.0 Latest Release

Published by tomarrell over 3 years ago

  • Change abrupt client disconnect log level from error to warn
miniqueue - v0.7.0

Published by tomarrell over 3 years ago

  • Publish Docker image
miniqueue - v0.6.0

Published by tomarrell over 3 years ago

  • Add exponential backoff example
  • Improve disconnect error handling
miniqueue - v0.5.0

Published by tomarrell over 3 years ago

  • Add dackCount to subscriber payload to enable exponential backoff.
miniqueue - v0.4.0

Published by tomarrell over 3 years ago

  • Add DACK command, can be used for delaying reprocessing of a message by a period of time.
miniqueue - v0.3.0

Published by tomarrell over 3 years ago

Add negative acknowledgement support

This release adds two new commands for the client to send.

  • NACK - Negatively acknowledge the message, returning it to the front of the queue.
  • BACK - Negatively acknowledge the message, returning it to the back of the queue.

As well as minor fixes and improvements.

miniqueue - v0.2.0

Published by tomarrell over 3 years ago

Stability improvements, concurrency bug fixes.

miniqueue - v0.1.0-alpha

Published by tomarrell over 3 years ago

MVP supporting pub/sub with commands INIT, ACK and NACK as well as disconnect handling.

Package Rankings
Top 5.75% on Proxy.golang.org
Badges
Extracted from project README
Go Report Card