Uses of Interface
org.apache.activemq.MessageAvailableConsumer
-
Packages that use MessageAvailableConsumer 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 MessageAvailableConsumer in org.apache.activemq
Classes in org.apache.activemq that implement MessageAvailableConsumer Modifier and Type Class Description class
ActiveMQMessageConsumer
A client uses aMessageConsumer
object to receive messages from a destination.class
ActiveMQQueueReceiver
A client uses aQueueReceiver
object to receive messages that have been delivered to a queue.class
ActiveMQTopicSubscriber
A client uses aTopicSubscriber
object to receive messages that have been published to a topic. -
Uses of MessageAvailableConsumer in org.apache.activemq.web
Methods in org.apache.activemq.web that return types with arguments of type MessageAvailableConsumer Modifier and Type Method Description Map<MessageAvailableConsumer,String>
AjaxWebClient. getDestinationNameMap()
Map<MessageAvailableConsumer,String>
AjaxWebClient. getIdMap()
Methods in org.apache.activemq.web with parameters of type MessageAvailableConsumer Modifier and Type Method Description protected void
MessageServlet. handleContinuation(HttpServletRequest request, HttpServletResponse response, WebClient client, Destination destination, MessageAvailableConsumer consumer, long deadline)
-