public interface MessageAvailableConsumer
extends javax.jms.MessageConsumer
Modifier and Type | Method and Description |
---|---|
MessageAvailableListener |
getAvailableListener()
Gets the listener used to notify synchronous consumers that there is a message
available so that the
MessageConsumer.receiveNoWait() can be called. |
void |
setAvailableListener(MessageAvailableListener availableListener)
Sets the listener used to notify synchronous consumers that there is a message
available so that the
MessageConsumer.receiveNoWait() can be called. |
void setAvailableListener(MessageAvailableListener availableListener)
MessageConsumer.receiveNoWait()
can be called.MessageAvailableListener getAvailableListener()
MessageConsumer.receiveNoWait()
can be called.Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.