The methods of the IMessageConsumer interface are listed below. For a complete list of IMessageConsumer interface members, see the IMessageConsumer Members topic.
![]() | 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 all available messages to the consumer |
![]() | Closes the message consumer. |
![]() | Get the input stream to perform byte streaming |
![]() | Overloaded. 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. |
![]() | Returns the next message received by this message consumer if one is currently available. |