zoukankan      html  css  js  c++  java
  • 如何监控ActiveMQ

    如何监控ActiveMQ
    在ActiveMQ 4.x中你可以监控代理并查看使用了哪些目标,和连接一起的活动和订阅使用下面的工具进行查看:

    • JMX和JMX控制台,如jConsole http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html
    • Web控制台 http://activemq.apache.org/web-console.html
    • 消息公告特性(使用JMS消息来监视系统)http://activemq.apache.org/advisory-message.html
    • 命令代理;使用ActiveMQ.Agent来查询状态。 http://activemq.apache.org/command-agent.html
    • 可视化插件 http://activemq.apache.org/visualisation.html
    • 统计插件(来自于5.3) http://activemq.apache.org/statisticsplugin.html

    第三方工具

    • ActiveMQ监视器(AMon) http://www.ttmsolutions.com/Transactional_Software_Solutions/Active_Monitor_AMon.php
    • apache ActiveMQBrowser http://sourceforge.net/projects/activemqbrowser/
    • HermesJMS http://www.hermesjms.com/confluence/display/HJMS/Home
    • HermesJMS/soapUI http://www.soapui.org/JMS/working-with-jms-messages.html
    • Hyperic HQ和HypericHQ 企业版 http://www.hyperic.com/products/enterprise-systems-monitoring
    • FuseHQ(基于Hyperic HQ 企业版) http://fusesource.com/products/fuse-hq/
    • ITKO LISA 测试
    • GeronimoAdministration Console(JMS资源) https://cwiki.apache.org/GMOxDOC11/geronimo-administration-console.html#GeronimoAdministrationConsole-JMSServer

    其他内容

    • 如何监控代理的连接 http://activemq.apache.org/how-can-i-monitor-the-connection-with-the-broker.html
  • 相关阅读:
    BZOJ1293: [SCOI2009]生日礼物
    BZOJ2326: [HNOI2011]数学作业
    BZOJ1179: [Apio2009]Atm
    树链剖分的一个小细节
    BZOJ1146: [CTSC2008]网络管理Network
    BZOJ1984: 月下“毛景树”
    BZOJ3196: Tyvj 1730 二逼平衡树
    BZOJ1579: [Usaco2009 Feb]Revamping Trails 道路升级
    BZOJ1674: [Usaco2005]Part Acquisition
    Babel 在浏览器环境使用方法
  • 原文地址:https://www.cnblogs.com/olmlo/p/4791219.html
Copyright © 2011-2022 走看看