You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with using amqp_basic_nack to requeue messages. When I set the requeue argument to 1, it does redeliver the message to the queue, but when I eventually consume it again, the envelope's redelivered flag is always 0. I'd expect this to be 1 if the message was previously NACKed and requeued. Am I missing something?
The text was updated successfully, but these errors were encountered:
I'm having an issue with using amqp_basic_nack to requeue messages. When I set the requeue argument to 1, it does redeliver the message to the queue, but when I eventually consume it again, the envelope's redelivered flag is always 0. I'd expect this to be 1 if the message was previously NACKed and requeued. Am I missing something?
The text was updated successfully, but these errors were encountered: