activemq/activemq-web-console
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 Update copyright to include 2023 2023-02-11 07:28:02 +01:00
README.txt Polished 2012-09-20 08:45:34 +00:00
pom.xml AMQ-9243 - Remove deprecated jetty-continuation dependency (#998) 2023-04-13 07:49:22 -04:00

README.txt

Welcome to the ActiveMQ Web Console

To run the console you must install a recent distro of Apache Maven
such as version 3.0.4 or later
	
		http://maven.apache.org/

You can then run the ActiveMQ Web Console via the following command.

	mvn jetty:run