wagslane / go-rabbitmq

A wrapper of streadway/amqp that provides reconnection logic and sane defaults
https://blog.boot.dev/golang/connecting-to-rabbitmq-in-golang-easy/
MIT License
768 stars 125 forks source link

read mutiple message at once #128

Closed imohsen7 closed 1 year ago

imohsen7 commented 1 year ago

Hi i read on some stackoverflow topics that i can use queue with "count" to read multiple message at once . how to read mutiple message at once with go-rabbitmq ?

wagslane commented 1 year ago

Set the concurrency and the prefetch configurations to greater than 1