Uses of Class
org.apache.activemq.web.AjaxWebClient
-
Packages that use AjaxWebClient Package Description 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 AjaxWebClient in org.apache.activemq.web
Methods in org.apache.activemq.web that return AjaxWebClient Modifier and Type Method Description protected AjaxWebClient
MessageListenerServlet. getAjaxWebClient(HttpServletRequest request)
Methods in org.apache.activemq.web with parameters of type AjaxWebClient Modifier and Type Method Description protected void
MessageListenerServlet. doMessages(AjaxWebClient client, HttpServletRequest request, HttpServletResponse response)
Reads a message from a destination up to some specific timeout period
-