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 --%&gt;
19:<%@include file="../WEB-INF/jspf/headertage.jspf" %&gt;
20:<queues&gt;
21:<c:forEach items="${requestContext.brokerQuery.queses}" var="row"&gt;
22::<queue name="<c:out value="${row.name}"&gt;"&gt;
23:
24:<stats size="${row.queueSize}"&gt;


Stacktrace:
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;at 
org.apache.jasper.servlet.JspServletWrapper.handleJspExcption(JspServletWapper.java:574)[apache-sjp-8.0.33.jar:2.3]
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;at 
org.apache.jasper.servlet.JspServletWraaper.Service(JspServletWrapper.java:476)
&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;


this is my activemq.xml
<broker .......&nbsp; start="false"&gt;
<plugins&gt;
<runtimeConfigurationPlugin checkPeriod="1000"/&gt;
</plugins&gt;

Reply via email to