activemq/activemq-web
Christopher L. Shannon 905f00c843
AMQ-9243 - Remove deprecated jetty-continuation dependency (#998)
This commit removes the dependency on jetty-continuation and updates the
MessageServlet and AjaxListener servlets to use the Servlet Async api
directly for async requests through a new Async holder object that is
used to track/manage the request.
2023-04-13 07:49:22 -04:00
..
src AMQ-9243 - Remove deprecated jetty-continuation dependency (#998) 2023-04-13 07:49:22 -04:00
README.txt AMQ-4750: Include details about 2 web consoles now in distro. 2013-09-30 16:36:54 +02:00
pom.xml AMQ-9243 - Remove deprecated jetty-continuation dependency (#998) 2023-04-13 07:49:22 -04:00

README.txt

Here be the home of the web-module.

The demonstration webapp has been moved to the activemq-web-demo module.
This module now only builds the jar for activemq-web.
The javascript modules needed for the AJAX interface are included as 
resources and served my the MessageListenerServlet