Setting Prefetch Count for RabbitMQ Broker
The default value of the prefetch count is 20
. You can change the prefetch count for the RabbitMQ broker through the system property.
Setting Prefetch Count for RabbitMQ Broker in TIBCO Business Studio™ at Run Time
- From the TIBCO Business Studio™ menu, click Run > Run Configurations.
- In the
Run Configurations dialog, perform the following tasks:
In the left pane, click BusinessWorks Application > BWApplication.
In the right pane, click the Arguments tab.
In the VM arguments field, add the following parameter:
Dcom.tibco.plugin.amqp.rabbitmq.prefetch=<prefetch count>
Setting Prefetch Count for RabbitMQ Broker in TIBCO Cloud™ at Run Time
For details on setting the prefetch count for the RabbitMQ broker:
com.tibco.plugin.amqp.rabbitmq.prefetch
, see the "Setting and Overriding the BusinessWorks Engine and Logger Properties" topic in the TIBCO Cloud™ Integration documentation.