We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
see (streadway/amqp#489)
The text was updated successfully, but these errors were encountered:
I see you have fixed the issue here -
streadway/amqp#489 (comment)
If you have time, we would appreciate a pull request with a test that demonstrates the issue and that it is fixed. Thanks!
Sorry, something went wrong.
After researching this issue, it appears it would only surface if your consumer is slow, and you are using auto-ack. Is this correct?
Please see my comment - streadway/amqp#489 (comment)
autoAck with a slow consumer is a bad practice with RabbitMQ. Use acks if you have slow consumers.
autoAck
lukebakken
No branches or pull requests
see (streadway/amqp#489)
The text was updated successfully, but these errors were encountered: