NSQ Middleware

NSQ is a real-time distributed messaging platform developed in bit.ly. It’s relatively easy to install and use and my current company heavily use it in production.

NSQ middleware will enhance NSQ flexibility in handling consumed messages. It allows us to add custom handlers that can be run before the main handler function.

You can check the source code here: https://github.com/ariefrahmansyah/nsq-middleware.