squaremo / rabbit.js

Messaging in Node.JS made easy using RabbitMQ
Other
1.52k stars 142 forks source link

Added ack example #117

Closed franciscop closed 3 years ago

franciscop commented 8 years ago

I had no idea what #ack meant, so I had to dig into the code to find that it was a method of WorkerSocket. I added a small example so future people don't have this problem.