Uses of Interface
org.apache.activemq.MessageAvailableListener
-
Packages that use MessageAvailableListener Package Description 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 Modifier and Type Method Description MessageAvailableListenerActiveMQMessageConsumer. getAvailableListener()MessageAvailableListenerMessageAvailableConsumer. getAvailableListener()Gets the listener used to notify synchronous consumers that there is a message available so that theMessageConsumer.receiveNoWait()can be called.Methods in org.apache.activemq with parameters of type MessageAvailableListener Modifier and Type Method Description voidActiveMQMessageConsumer. setAvailableListener(MessageAvailableListener availableListener)Sets the listener used to notify synchronous consumers that there is a message available so that theMessageConsumer.receiveNoWait()can be called.voidMessageAvailableConsumer. setAvailableListener(MessageAvailableListener availableListener)Sets the listener used to notify synchronous consumers that there is a message available so that theMessageConsumer.receiveNoWait()can be called.
-