Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RabbitMQ batching messages

Tags:

rabbitmq

Does RabbitMQ support sending of a batch of messages at producer end and consuming a batch of messages at consumer end ? Like Kafka which stores the messages produced in batches till linger.limit is reached or till the batch is full ! Does RabbitMQ also support batching at producer side ?

like image 832
codehacker Avatar asked Feb 15 '26 05:02

codehacker


1 Answers

For the consumer side, the closest you can get is consumer prefetch

For producer side, as far as I'm aware, batching is not supported.

like image 120
Alex Buyny Avatar answered Feb 21 '26 15:02

Alex Buyny



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!