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

Returns combined size of pending messages for a topic consumer.

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

Syntax

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

Return Value

cumulative size of pending messages, possibly 0. Always returns 0 if this is a queue consumer.

See Also