TransportBatchMode

Enumeration

Visual Basic

Public Enum TransportBatchMode

C#

public enum TransportBatchMode

Description

These enumerated constants specify the possible strategies for batching outbound messages.

Remarks

The batch mode determines when the transport transmits outbound message data to rvd:

As soon as possible (the initial default for all transports)
Either when its buffer is full, or when a timer interval expires—either event triggers transmission to the daemon

Member

Description

TransportBatchMode.Default

Default batch behavior. The transport transmits outbound messages to rvd as soon as possible.

This value is the initial default for all transports.

TransportBatchMode.TimerBatch

Timer batch behavior. The transport accumulates outbound messages, and transmits them to rvd in batches—either when its buffer is full, or when a timer interval expires. (Programs cannot adjust the timer interval.)

See Also

Batch Modes for Transports in TIBCO Rendezvous Concepts