AMQ-5760: ActiveMQ - Output url to the rest api when starting AMQ

This commit is contained in:
Claus Ibsen 2015-05-04 18:45:24 +02:00
parent b77eba471d
commit 9b3d651b38
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public class WebConsoleStarter implements ServletContextListener {
String host = System.getProperty("jetty.host");
if (host != null && port != null) {
LOG.info("ActiveMQ WebConsole available at http://{}:{}/", host, port);
LOG.info("ActiveMQ Jolokia REST API available at http://{}:{}/api/jolokia/", host, port);
}
}