adjust / rmq

Message queue system written in Go and backed by Redis
MIT License
1.57k stars 206 forks source link

Can I use this queue for a node.js (as consumer)? #64

Closed xfishernet closed 4 years ago

xfishernet commented 5 years ago

Can I use this queue for a node.js (as consumer)? If so, which module for node to use?

wellle commented 5 years ago

Well technically you could check how the rmq consumer interacts with Redis to unack, ack and reject deliveries and basically port that code yourself. But I'm not aware of anything readily available for that.

wellle commented 4 years ago

Closing as out of scope.