Skip to content

prefetch count and batch processing EventingBasicConsumer #1237

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

You must be logged in to vote

In all messaging protocols RabbitMQ supports, deliveries happen one by one. This is reflected in the consumer handler API signature.

You can either batch the deliveries or consider using streams and the RabbitMQ stream client which allows you to work with stream offsets (a sliding window of positions).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@minhhungit
Comment options

@boskjoett
Comment options

@michaelklishin
Comment options

Answer selected by lukebakken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants