Product: OpenFusion Notification Service
Version: ALL
Description:
How do MaximumBatchSize/PacingInterval work?
Resolution:
The MaximumBatchSize and PacingInterval QoS properties are used to control event delivery to sequence consumers.
The MaximumBatchSize QoS property controls the maximum number of events a sequence consumer will receive for each event delivery.
The PacingInterval QoS property defines the maximum time a sequence consumer will wait between subsequent event deliveries. If this is set to 0 the sequence consumer will wait until the MaximumBatchSize is reached. The unit is 100 nanoseconds. The range 1-9999 is not supported.
When an event arrives at the sequence proxy push supplier, the pacing interval timer is started. When the pacing interval elapses, the events in the proxy will be sent to the consumer. If however, a full batch is gathered before the timer is up, then the batch will be sent on immediately.
#OpenFusion
#KnowledgeDocs




