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
  • 相关阅读:
    LeetCode--Divide Two Integers
    mysql多实例安装与ssl认证
    ajax请求
    mysql5.6升级及mysql无密码登录
    mysql5.7密码设置
    BusyBox 添加 自定义命令小程序 (applet)
    分享9个常用的国外英文论文文献数据库
    arm linux 移植 gdb/gdbserver
    使用 mtd-utils 烧写Arm Linux 系统各个部分
    YUV图解 (YUV444, YUV422, YUV420, YV12, NV12, NV21)
  • 原文地址:https://www.cnblogs.com/olmlo/p/4791219.html
Copyright © 2011-2022 走看看