[TIBCO.EMS .NET Admin client library 6.3 documentation]

Get the total number of messages that have been delivered to consumer applications but have not yet been acknowledged.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public long DeliveredMessageCount { get; }
Public ReadOnly Property DeliveredMessageCount As Long
public:
property long long DeliveredMessageCount {
	long long get ();
}

Return Value

the total number of delivered messages for this queue.

See Also