The default way to use Activemq-web-console is to configure a jetty server by importing Jetty.xml in Activemq.xml.
In fact Activemq-web-console can completely and activemq-broker separate to deploy.
Two ways to deploy:
1. Deploy Apache-activemq-5.7.0-bin.zip/webapps directly to the Web container and add the necessary jar packages.
2. You can also download a separate war package to deploy: http://repo1.maven.org/maven2/org/apache/activemq/activemq-web-console/5.7.0/
Activemq-web-console contains 3 apps,
- One is admin, used to display and manage all the queue, topic, connection and so on.
- One is demo, and there are some simple examples of using JMS and ACTIVEMQ.
- There is also a fileserver, which is used to support a staging server when sending files via ACTIVEMQ. HTTP file server configured when Blobmessage
Separate deployment of Activemq-web-console (reprint)