You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nsq-users
Hi all
I just want to ask a simple question. What will happen if a consumer try to requeue an already finished message? Will it get requeued? Or is it an invalid operation?
Since nsq deliver message at least once, I think this is a possible case. Lets say there is a slow consumer that got the message. The NSQD requeued the message, because of timeout. A fast consumer consume the message and finish it. Then the slow consumer tries to requeue the message.
Thanks
Pierce Lopez
unread,
Mar 25, 2019, 12:00:36 PM3/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lathif....@gmail.com, nsq-users
After nsqd times-out the message sent to the slow consumer, neither finish nor requeue from the slow consumer have any effect, they just get an error response from nsqd.