public interface MessageAvailableListener
MessageConsumer.receiveNoWait() to get the new message immediately.
Note that this notification just indicates a message is available for synchronous consumption,
it does not actually consume the message.| Modifier and Type | Method and Description |
|---|---|
void |
onMessageAvailable(MessageConsumer consumer) |
void onMessageAvailable(MessageConsumer consumer)
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.