[rabbitmq-discuss] RabbitMQ QUEUE MESSAGES
Matthias Radestock
matthias at rabbitmq.com
Fri Jul 26 11:16:27 BST 2013
On 25/07/13 13:52, rabbit15 wrote:
> Do you suggest that if I tell consumer ( f.e. through the
> basicQos(1)) to not get messages if the consumer doesn't process messages
> than it will read with maximum speed ?
No, it will read with a *more consistent* speed. basic.qos is quite
costly, and, furthermore, when run with low values is impacted by
latency. So it will never be as quick as consuming w/o basic.qos.
Matthias.
More information about the rabbitmq-discuss
mailing list