TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

QueueInfo.Prefetch Property

Get or set the number of messages prefetched by the EMS client from the server to improve efficiency.

public int Prefetch {get; set;}

Parameters

Remarks

To use the default prefetch setting, prefetch should be set to PREFETCH_DEFAULT. To disable this feature so messages are not prefetched into the client set prefetch to PREFETCH_NONE.

See Also

QueueInfo Class | TIBCO.EMS.ADMIN Namespace