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

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

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

Syntax

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

Return Value

the total number of in transit messages for this queue.

See Also