Maximum RabbitMQ Prefetch count

1.1k Views Asked by At

RabbitMQ 3.8.7 Erlang 23.0.2

I am using a Java client in order to configure my RabbitMQ queue.

While trying to set up the Prefetch count using channel.basicQos API to 132,000, it seems in the "consumers" section in the RabbitMQ GUI it is always set to 65,535.

Is it possible that this is the maximum value of the Prefetch count? it doesn't make any sense.

0

There are 0 best solutions below