|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageAvailableListener | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
Uses of MessageAvailableListener in org.apache.activemq |
---|
Methods in org.apache.activemq that return MessageAvailableListener | |
---|---|
MessageAvailableListener |
MessageAvailableConsumer.getAvailableListener()
Gets the listener used to notify synchronous consumers that there is a message available so that the MessageConsumer.receiveNoWait() can be called. |
MessageAvailableListener |
ActiveMQMessageConsumer.getAvailableListener()
|
Methods in org.apache.activemq with parameters of type MessageAvailableListener | |
---|---|
void |
MessageAvailableConsumer.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 |
ActiveMQMessageConsumer.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |