RabbitMQ - Performance Tuning
Which of the following is the correct way to set prefetch_count to 10 using RabbitMQ's basic.qos command?
Which of the following is the correct way to set prefetch_count to 10 using RabbitMQ's basic.qos command?
basic_qos with prefetch_count argument.channel.basic_qos(prefetch_count=10) uses channel.basic_qos(prefetch_count=10), which is the correct syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions