Class MessageServletSupport

  • All Implemented Interfaces:
    Serializable, Servlet, ServletConfig
    Direct Known Subclasses:
    MessageListenerServlet, MessageServlet, PortfolioPublishServlet

    public abstract class MessageServletSupport
    extends HttpServlet
    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. This servlet can be configured with the following init parameters
    topic
    Set to 'true' if the servlet should default to using topics rather than channels
    destination
    The default destination to use if one is not specifiied
    See Also:
    Serialized Form