Hi When i use runtimeConfigurationPlugins on a single broker it works.The expected effect has been achieved When I used the same configuration in ActiveMQ + zookeeper, there was an error. And all three nodes exposed port 8161 This is the activemq.log WARN || org.eclipse.jetty.servlet.ServletHandler |qtp749115872-17 org.apache.jasper.jasperException:An exception occurred processing JSP page /xml/queues.jsp at lin2 21 18:<%-- Workaround for https://ops4j1.jira.com/browse/PAXWEB-1070 --%> 19:<%@include file="../WEB-INF/jspf/headertage.jspf" %> 20:<queues> 21:<c:forEach items="${requestContext.brokerQuery.queses}" var="row"> 22::<queue name="<c:out value="${row.name}">"> 23: 24:<stats size="${row.queueSize}">
Stacktrace: at org.apache.jasper.servlet.JspServletWrapper.handleJspExcption(JspServletWapper.java:574)[apache-sjp-8.0.33.jar:2.3] at org.apache.jasper.servlet.JspServletWraaper.Service(JspServletWrapper.java:476) this is my activemq.xml <broker ....... start="false"> <plugins> <runtimeConfigurationPlugin checkPeriod="1000"/> </plugins>