Setting Prefetch Count for RabbitMQ Broker
The default value of 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 .
- 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 Enterprise Administrator at Run Time
- Navigate to the TIBCO_HOME/bw/version_number/bin directory and open the bwcommon.tra file.
- Add the following parameter to the
java.extended.properties
property:com.tibco.plugin.amqp.rabbitmq.prefetech=<prefetch count>