Skip to content

Using prefetch to improve message consumption latency/throughput #1200

Closed Answered by michaelklishin
andrzejolszak asked this question in Q&A
Discussion options

You must be logged in to vote

You misunderstand what prefetching means. Prefetch does not affect delivery order but re-queueing can.

Prefetching simply controls the number of "in flight" deliveries that RabbitMQ would allow when manual acknowledgements are used.

See the guide on Acknowledgements.

Replies: 2 comments 1 reply

Comment options

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

Answer selected by andrzejolszak
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
None yet
2 participants