brainlag / JavaNSQClient

Fast Java client for NSQ
MIT License
90 stars 57 forks source link

Added `TOUCH` functionality to NSQMessage #24

Closed pfeairheller closed 7 years ago

pfeairheller commented 8 years ago

This is needed to allow long running consumers to keep nsqd from re-queueing a message they are still working on.

(I wasn't sure what to do with the project version so I just bumped the release candidate number to 3. Please let me know if I should change it to something else.)

brainlag commented 7 years ago

I cherry picked some commits.