OPERATING SYSTEMSOS Linux

Unveiling the Secret of Monitoring Apache Artemis using Prometheus

#apacheactivemq #prometheus #monitoring

Prerequisite
——————–
1. maven
2. git
3. artemis
4. prometheus – windows
5. jdk

Commands
——————-

To download the apache artemis click on the below link
——————————————————————————————
https://archive.apache.org/dist/activemq/activemq-artemis/2.31.0/apache-artemis-2.31.0-bin.zip

To download the prometheus click on the below link
————————————————————————————-
Windows edition
————————-
https://github.com/prometheus/prometheus/releases/download/v2.48.1/prometheus-2.48.1.windows-amd64.zip
Linux edition
——————–
https://github.com/prometheus/prometheus/releases/download/v2.48.1/prometheus-2.48.1.linux-amd64.tar.gz

To clone the prometheus artemis plugin
—————————————————————–
git clone https://github.com/rh-messaging/artemis-prometheus-metrics-plugin

To build the plugin
—————————–
mvn install

To create artemis broker
—————————————
artemis create –default-port=61616 –http-port=8161 –addresses=queue.lb –queues=queue.lb –no-amqp-acceptor –no-hornetq-acceptor –no-mqtt-acceptor –no-stomp-acceptor –require-login –host=localhost –user=admin –password=admin broker-prometheus

The configurations files are available in the git repository
——————————————————————————————
https://github.com/arunsrajan/tutorial/tree/main/artemis-prometheus

Unveiling the Secret of Monitoring Apache Artemis using Prometheus
artemis prometheus monitoring
prometheus monitoring tool
prometheus monitoring tutorial
prometheus monitoring tutorial for beginners
prometheus tutorial

source

by CONFIG JAVA TECH

linux foundation

One thought on “Unveiling the Secret of Monitoring Apache Artemis using Prometheus

  • What are it's advantages over Kafka? Please help to understand when to use what

Comments are closed.