An NDoc Documented Class Library

IMessageConsumer Members

IMessageConsumer overview

Public Instance Properties

Destination The destination of the message consumer
MaxPrefetch The maximum number of messages to be accumulated by this message consumer
MessageListener The message listener delegate used to receive messages asynchronously.
MessageSelector Get the message selector associated with this message consumer.

Public Instance Methods

Available Get the number of avaiable messages for the consumer This is an approximate number in that some of the messages may be expired or don't match the consumer's message selector.
Clear Clear all available messages to the consumer
Close Closes the message consumer.
GetInputStream Get the input stream to perform byte streaming
ReceiveOverloaded. Returns the next message received by this message consumer. This method will block indefinitely until either a message is received or the message consumer is closed.
ReceiveNoWait Returns the next message received by this message consumer if one is currently available.

See Also

IMessageConsumer Interface | webMethods.Msg Namespace