[TIBCO.EMS .NET Admin client library 6.0 documentation]
Returns number of pending messages for a topic consumer.
Notice that only topic consumers have pending messages. For queue
consumers the number of pending messages in the corresponding queue
must be obtained via the queue itself.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
public long GetPendingMessageCount() |
|
---|
Public Function GetPendingMessageCount As Long |
Return Value
number of pending messages, possibly 0. Always
returns 0 if this is a queue consumer.
See Also