org.apache.activemq.web.config | |
org.apache.activemq.web.controller | |
org.apache.activemq.web.filter | |
org.apache.activemq.web.handler | |
org.apache.activemq.web.view |
BrokerFacade | A facade for either a local in JVM broker or a remote broker over JMX | code | html |
BrokerFacadeSupport | A useful base class for an implementation of BrokerFacade | code | html |
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. | code | html |
AjaxServlet | AjaxServlet. | code | html |
ConnectionQuery | Query for a single connection. | code | html |
DestinationFacade | code | html | |
DurableSubscriberFacade | code | html | |
LocalBrokerFacade | An implementation of BrokerFacade which uses a local in JVM broker | code | html |
MessageListenerServlet | A servlet for sending and receiving messages to/from JMS destinations using HTTP POST for sending and HTTP GET for receiving. | code | html |
MessageListenerServlet.Listener | code | html | |
MessageQuery | Allow the user to browse a message on a queue by its ID | code | html |
MessageServlet | A servlet for sending and receiving messages to/from JMS destinations using HTTP POST for sending and HTTP GET for receiving. | code | html |
MessageServlet.Listener | code | html | |
NoDestinationSuppliedException | Exception thrown if there was no destination available | code | html |
NoSuchViewStyleException | code | html | |
PortfolioPublishServlet | A servlet which will publish dummy market data prices | code | html |
QueueBrowseQuery | code | html | |
QueueBrowseServlet | Renders the contents of a queue using some kind of view. | code | html |
QueueConsumerQuery | Query for Queue consumers. | code | html |
RemoteJMXBrokerFacade | A BrokerFacade which uses a JMX-Connection to communicate with a broker | code | html |
SessionFilter | SessionFilter. | code | html |
SessionPool | A simple pool of JMS Session objects intended for use by Queue browsers. | code | html |
SingletonBrokerFacade | A facade for the broker in the same JVM and ClassLoader | code | html |
SpringBrokerContextListener | Used to configure and instance of ActiveMQ BrokerService using ActiveMQ/Spring's xml configuration. | code | html |
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. | code | html |
WebConsoleStarter | Starts the WebConsole. | code | html |
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.