On the Pull Settings tab, enter:
Pull – Batch Size The number of messages to pull into a message queue or topic from a queue or topic on a remote JMS provider, in a single batch. The default is 1. The configuration property name is pullBatchSize.
Pull – Receive Timeout The number of seconds to pull messages into a message queue or topic from a queue or topic on a remote JMS provider, before timing out. The default is 600 (10 minutes). The configuration property name is pullReceiveTimeout.
Pull – Wait After Success The number of seconds to wait after successfully pulling messages into a message queue or topic, before another pull operation is performed. The default is 0. The configuration property name is pullWaitAfterSuccess.
Pull – Wait After Failure The number of seconds to wait after a failed attempt to pull messages into a message queue or topic, before trying again. The default is 60 (1 minute). The configuration property name is pullWaitAfterFailure.