On the Push Settings tab, enter:
Push – Batch Size The number of messages to push onto one or more queues or topics on a remote JMS provider, in a single batch. The default is 1. The configuration property name is pushBatchSize.
Push – Receive Timeout The number of seconds to push messages from a message queue or topic to one or more queues or topics on a remote JMS provider, before timing out. The default is 600 (10 minutes). The configuration property name is pushReceiveTimeout.
Push – Wait After Success The number of seconds to wait after successfully pushing messages into a remote message queue or topic, before another push operation is performed. The default is 0. The configuration property name is pushWaitAfterSuccess.
Push – Wait After Failure The number of seconds to wait after a failed attempt to push messages into a remote message queue or topic, before trying again. The default is 60 (1 minute). The configuration property name is pushWaitAfterFailure.