Uses of Interface
org.apache.activemq.MessageAvailableListener
Packages that use MessageAvailableListener
-
Uses of MessageAvailableListener in org.apache.activemq
Methods in org.apache.activemq that return MessageAvailableListenerModifier and TypeMethodDescriptionActiveMQMessageConsumer.getAvailableListener()MessageAvailableConsumer.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 MessageAvailableListenerModifier and TypeMethodDescriptionvoidActiveMQMessageConsumer.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.