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

The ConsumerInfo..::.Details type exposes the following members.

Properties

  NameDescription
Active
Returns true if this consumer is active. Active consumers are consumers to which the server can send messages to. Only queue consumers which never called Receive() remain in inactive state. Queue consumers which called Receive() at least once or are configured with the message callback, and all topic consumers are always active. This method can identify inactive queue consumers which never called Receive() and, while present, never receive any messages from the server even in presence of pending messages in corresponding queue.
System
Returns true if this consumer has been created automatically by the system. If this method returns false, this consumer has been created by user application. If this method returns true this consumer has been created automatically by the system. There are several types of consumers the system may create automatically.

See Also