Skip to content

pause consuming with auto ack true / rate limit with with auto ack true #247

Closed Answered by lukebakken
parsibox asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for using RabbitMQ and this AMQP client library.

i need to set a message rate for consume data from my queue in auto ack mode

This is not supported. By design, auto ack mode does not limit the message rate to your consumer.

If you wish to limit the rate of messages to your consumer, and not lose messages that are in RAM, you MUST use manual ack mode.

If you think about it, this applies to ANY network protocol, not just AMQP.

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by lukebakken
Comment options

You must be logged in to vote
1 reply
@lukebakken
Comment options

Comment options

You must be logged in to vote
1 reply
@lukebakken
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
2 participants
Converted from issue

This discussion was converted from issue #246 on February 22, 2024 15:42.