public interface JmsMessageAvailableConsumer
Modifier and Type | Method and Description |
---|---|
JmsMessageAvailableListener |
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(JmsMessageAvailableListener 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(JmsMessageAvailableListener availableListener)
MessageConsumer.receiveNoWait()
can be called.availableListener
- the JmsMessageAvailableListener instance to signal.JmsMessageAvailableListener getAvailableListener()
MessageConsumer.receiveNoWait()
can be called.Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.