Classes in org.apache.activemq.web used by org.apache.activemq.web |
BrokerFacade
|
DestinationFacade
|
MessageListenerServlet
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
|
SessionPool
A simple pool of JMS Session objects intended for use by Queue browsers. |
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. |