[TIBCO.EMS .NET Admin client library 5.1 documentation]
Returns number of prefetch messages delivered to consumer by the server.
This value should be ignored for consumers on no-prefetch queues.
For consumers receiving messages on any destination with positive
prefetch value, this value is never more than the prefetch value of
the destination. While normally this value cannot be used to identify
the status of the consumer, it can be used in conjunction with other
consumer information values to identify consumers who stopped receiving
messages due to application-specific problems.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
public int GetPrefetchDelivered() |
|
---|
Public Function GetPrefetchDelivered As Integer |
|
---|
public:
int GetPrefetchDelivered() |
Return Value
number of messages delivered to consumer within prefetch window.
See Also