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(javax.jms.MessageConsumer consumer) |
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.