Uses of Interface
org.apache.activemq.MessageAvailableListener
-
Packages that use MessageAvailableListener Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to web browser or JavaScript clients. -
-
Uses of MessageAvailableListener in org.apache.activemq
Methods in org.apache.activemq that return MessageAvailableListener Modifier and Type Method Description MessageAvailableListener
ActiveMQMessageConsumer. getAvailableListener()
MessageAvailableListener
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 MessageAvailableListener Modifier and Type Method Description void
ActiveMQMessageConsumer. setAvailableListener(MessageAvailableListener availableListener)
Sets the listener used to notify synchronous consumers that there is a message available so that theMessageConsumer.receiveNoWait()
can be called.void
MessageAvailableConsumer. setAvailableListener(MessageAvailableListener availableListener)
Sets the listener used to notify synchronous consumers that there is a message available so that theMessageConsumer.receiveNoWait()
can be called. -
Uses of MessageAvailableListener in org.apache.activemq.web
Classes in org.apache.activemq.web that implement MessageAvailableListener Modifier and Type Class Description class
AjaxListener
-