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 we browser or JavaScript clients.

See:
          Description

Class Summary
AjaxServlet AjaxServlet.
BrokerFacade  
DestinationFacade  
DurableSubscriberFacade  
MessageListenerServlet 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 ID
MessageServlet 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 prices
QueueBrowseQuery  
QueueBrowseServlet Renders the contents of a queue using some kind of view.
SessionFilter SessionFilter.
SessionPool A simple pool of JMS Session objects intended for use by Queue browsers.
SpringBrokerContextListener Used to configure and instance of ActiveMQ BrokerService using ActiveMQ/Spring's xml configuration.
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.
 

Exception Summary
NoDestinationSuppliedException Exception thrown if there was no destination available
NoSuchViewStyleException  
 

Package org.apache.activemq.web Description

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 we browser or JavaScript clients.



Copyright © 2009 Apache Software Foundation. All Rights Reserved.