This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/main by this push:
     new f91da7905 Sort third party tools and cleanup references to super old 
versions
     new 92074f689 Merge pull request #96 from lucastetreault/monitoring
f91da7905 is described below

commit f91da7905c4a1c0a1bf3e9fc75a30000adaa39dd
Author: Lucas Tétreault <[email protected]>
AuthorDate: Tue Oct 18 21:10:48 2022 -0700

    Sort third party tools and cleanup references to super old versions
---
 src/how-can-i-monitor-activemq.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/how-can-i-monitor-activemq.md 
b/src/how-can-i-monitor-activemq.md
index 5fd1b4faa..2b2a3f2c6 100644
--- a/src/how-can-i-monitor-activemq.md
+++ b/src/how-can-i-monitor-activemq.md
@@ -5,32 +5,32 @@ title-class: page-title-activemq5
 type: activemq5
 ---
 
- [FAQ](faq) > [Using Apache ActiveMQ](using-apache-activemq) > [How can I 
monitor ActiveMQ](how-can-i-monitor-activemq)
+[FAQ](faq) > [Using Apache ActiveMQ](using-apache-activemq) > [How can I 
monitor ActiveMQ](how-can-i-monitor-activemq)
 
 
 How can I monitor ActiveMQ
 --------------------------
 
-Starting with ActiveMQ 5.8.0 [Jolokia](http://www.jolokia.org/) is bundled 
which provides a RESTful interface to ActiveMQ's JMX capabilities. An open 
source third party tool that connects via Jolokia is 
[hawt.io](http://hawt.io/), an HTML-5 web console with an ActiveMQ plugin that 
is at least worth being familiar with as ActiveMQ and hawt.io share developers.
+ActiveMQ comes bundled with [Jolokia](http://www.jolokia.org/) which provides 
a RESTful interface to ActiveMQ's JMX capabilities. An open source third party 
tool that connects via Jolokia is [hawt.io](http://hawt.io/), an HTML-5 web 
console with an ActiveMQ plugin that is at least worth being familiar with as 
ActiveMQ and hawt.io share developers.
 
-In ActiveMQ 4.x you can monitor the broker to see what destinations are being 
used, their activity along with connections and subscriptions using the 
following tools
+In ActiveMQ you can monitor the broker to see what destinations are being 
used, their activity along with connections and subscriptions using the 
following tools
 
 *   [JMX](jmx) and a JMX console such as 
[jConsole](http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html)
 *   The [Web Console](web-console)
 *   the [Advisory Message](advisory-message) feature (using JMS messages to 
monitor the system)
 *   The [Command Agent](command-agent); ActiveMQ.Agent topic that you query 
for status
 *   The [Visualisation](visualisation) plug-in
-*   The [Statistics](statisticsplugin) plug-in (from 5.3)
+*   The [Statistics](statisticsplugin) plug-in
 
 ### Third Party Tools
 
-*   [jmxtrans](https://github.com/jmxtrans/jmxtrans) which can be used to 
continuously query ActiveMQ via JMX and write to a chosen output. For instance, 
write to a graphite database file which can then be used to graph trends over 
time and be queried by Nagios to alarm should your thresholds be exceeded.
 *   [ActiveMQ Monitor 
(AMon)](http://www.ttmsolutions.com/Transactional_Software_Solutions/Active_Monitor_AMon.php)
 *   [Apache ActiveMQBrowser](http://sourceforge.net/projects/activemqbrowser/)
-*   [Hyperic 
HQ](http://www.hyperic.com/products/open-source-systems-monitoring) and 
[Hyperic HQ 
Enterprise](http://www.hyperic.com/products/enterprise-systems-monitoring)
 *   [FuseHQ](http://fusesource.com/products/fuse-hq/) (based on Hyperic HQ 
Enterprise)
-*   [iTKO LISA Test](http://www.itko.com/products/jms.jsp)
 *   [Geronimo Administration 
Console](https://cwiki.apache.org/GMOxDOC11/geronimo-administration-console.html#GeronimoAdministrationConsole-JMSServer)
 (JMS Resources)
+*   [Hyperic 
HQ](http://www.hyperic.com/products/open-source-systems-monitoring) and 
[Hyperic HQ 
Enterprise](http://www.hyperic.com/products/enterprise-systems-monitoring)
+*   [iTKO LISA Test](http://www.itko.com/products/jms.jsp)
+*   [jmxtrans](https://github.com/jmxtrans/jmxtrans) which can be used to 
continuously query ActiveMQ via JMX and write to a chosen output. For instance, 
write to a graphite database file which can then be used to graph trends over 
time and be queried by Nagios to alarm should your thresholds be exceeded.
 *   [Media Driver Integrated Console](https://mediadriver.com/software/) can 
manage and monitor ActiveMQ, IBM MQ and Tibco EMS
 *   [New Relic ActiveMQ 
Integration](https://newrelic.com/instant-observability/activemq) Get real-time 
Apache ActiveMQ performance metrics with New Relic APM.
 

Reply via email to