How to specify prefetch-size client side using JMS? #185
-
Hello, I can see that RabbitMQ AMQP (https://www.rabbitmq.com/amqp-0-9-1-reference.html) allows specifying a "prefetch-size", and I'd like to do the same while using the RabbitMQ JMS client. => What would be the current options compliant with the use the RabbitMQ JMS? Thank you for your help, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Prefetch is a channel setting in AMQP 0-9-1, it has no relation to queues. As of #124 it can be set on connection factory and thus be set per (this client's) connection. |
Beta Was this translation helpful? Give feedback.
Prefetch is a channel setting in AMQP 0-9-1, it has no relation to queues.
As of #124 it can be set on connection factory and thus be set per (this client's) connection.