Package 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.
-
Interface Summary Interface Description BrokerFacade A facade for either a local in JVM broker or a remote broker over JMX -
Class Summary Class Description AjaxListener AjaxServlet AjaxServlet.AjaxWebClient AuditFilter BrokerFacadeSupport A useful base class for an implementation ofBrokerFacade
ConnectionQuery Query for a single connection.DestinationFacade DurableSubscriberFacade HttpAuditLogEntry 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.MessageQuery Allow the user to browse a message on a queue by its IDMessageServlet 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.PortfolioPublishServlet A servlet which will publish dummy market data pricesQueueBrowseQuery QueueBrowseServlet Renders the contents of a queue using some kind of view.QueueConsumerQuery Query for Queue consumers.QueueProducerQuery Query for Queue producers.RemoteJMXBrokerFacade ABrokerFacade
which uses a JMX-Connection to communicate with a brokerSessionFilter SessionFilter.SessionListener SessionPool A simple pool of JMS Session objects intended for use by Queue browsers.SingletonBrokerFacade A facade for the broker in the same JVM and ClassLoaderSpringBrokerContextListener Used to configure and instance of ActiveMQ BrokerService using ActiveMQ/Spring's xml configuration.TopicProducerQuery Query for Topic producers.TopicSubscriberQuery Query for Topic producers.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.WebConsolePort Bean to initialize the port number we use for embedded Jetty server for the web consoles.WebConsoleStarter Starts the WebConsole. -
Exception Summary Exception Description NoDestinationSuppliedException Exception thrown if there was no destination availableNoSuchViewStyleException