Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring ActiveMQ统计记录_Spring_Activemq_Spring Jms - Fatal编程技术网

Spring ActiveMQ统计记录

Spring ActiveMQ统计记录,spring,activemq,spring-jms,Spring,Activemq,Spring Jms,我正在使用配置了SpringJMS的activeMQ,我想记录和保存队列上的统计信息。我补充说 <plugins> <statisticsBrokerPlugin/> </plugins> 到我的activemq.xml 如何记录信息以及如何查看这些信息。我可以使用http://localhost:8161/hawtio要执行此操作吗 我想这样做是为了将来的统计数据您看过ActiveMQ文档了吗?这里有一个例子:。如果您有特定问题,请使用您尝试过

我正在使用配置了SpringJMS的activeMQ,我想记录和保存队列上的统计信息。我补充说

<plugins>
    <statisticsBrokerPlugin/>
</plugins>

到我的activemq.xml

如何记录信息以及如何查看这些信息。我可以使用
http://localhost:8161/hawtio
要执行此操作吗


我想这样做是为了将来的统计数据

您看过ActiveMQ文档了吗?这里有一个例子:。如果您有特定问题,请使用您尝试过的内容的详细信息更新您的问题。您希望看到哪些统计信息?ActiveMQ随JMX提供了大量的统计数据,您可以从JMX控制台或hawtio中看到。