![]() | The destination of the message consumer |
![]() | The maximum number of messages to be accumulated by this message consumer |
![]() | The message listener delegate used to receive messages asynchronously. |
![]() | Get the message selector associated with this message consumer. |
![]() | 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. |