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

Returns number of messages sent to consumer and not yet acknowledged by consumer's session. For topic consumers this number is included into the number of pending messages returned by {GetPendingMessageCount()()()}.

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

Syntax

public long GetCurrentMsgCountSentByServer()
Public Function GetCurrentMsgCountSentByServer As Long
public:
long long GetCurrentMsgCountSentByServer()

Return Value

number of sent messages, possibly 0.

See Also