activemq/activemq-web-demo
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 improved the readme 2006-05-04 16:35:53 +00:00
pom.xml [AMQ-9234] Remove JournalJDBC store and activeio dependency (#993) 2023-03-29 08:38:25 -05:00

README.txt

Welcome to the Web Demo which shows how to use ActiveMQ with REST and Ajax services

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

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

	mvn jetty6:run