Uses of Package
org.apache.activemq.web
-
Packages that use org.apache.activemq.web 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.org.apache.activemq.web.controller -
Classes in org.apache.activemq.web used by org.apache.activemq.web Class Description AjaxListener AjaxWebClient BrokerFacade A facade for either a local in JVM broker or a remote broker over JMXBrokerFacadeSupport A useful base class for an implementation ofBrokerFacade
DestinationFacade JobFacade LocalBrokerFacade An implementation ofBrokerFacade
which uses a local in JVM brokerMessageListenerServlet A servlet for sending and receiving messages to/from JMS destinations using HTTP POST for sending and HTTP GET for receiving.MessageServletSupport A useful base class for any JMS related servlet; there are various ways to map JMS operations to web requests so we put most of the common behaviour in a reusable base class.QueueBrowseQuery WebClient Represents a messaging client used from inside a web container typically stored inside a HttpSession TODO controls to prevent DOS attacks with users requesting many consumers TODO configure consumers with small prefetch. -
Classes in org.apache.activemq.web used by org.apache.activemq.web.controller Class Description BrokerFacade A facade for either a local in JVM broker or a remote broker over JMXDestinationFacade DurableSubscriberFacade WebClient Represents a messaging client used from inside a web container typically stored inside a HttpSession TODO controls to prevent DOS attacks with users requesting many consumers TODO configure consumers with small prefetch.