Home
BatchInterval (MQLONG)
Batch duration.
This is the approximate time in milliseconds that a channel will keep a batch open, if fewer than BatchSize messages have been transmitted in the current batch.
If BatchInterval is greater than zero, the batch is terminated by whichever of the following occurs first:
- BatchSize messages have been sent, or
- BatchInterval milliseconds have elapsed since the start of the batch.
If BatchInterval is zero, the batch is terminated by whichever of the following occurs first:
- BatchSize messages have been sent, or
- the transmission queue becomes empty.
BatchInterval must be in the range zero through 999 999 999.
This field is relevant only for channels with a ChannelType of MQCHT_SENDER, MQCHT_SERVER, MQCHT_CLUSSDR, or MQCHT_CLUSRCVR.
This is an input field to the exit. The field is not present when Vis less than MQCD_VERSION_4.
Parent topic:
Fields
ic18550_
Home