Re: Artemis - management.xml

2021-12-06 Thread Tim Bain
Great, I'm glad you were able to figure it out, and thanks for sharing the root cause once you found it. Tim On Mon, Dec 6, 2021, 5:24 AM David Martin wrote: > Domenico, Tim, > > I've figured it out. > > On further investigation, the kubernetes command params included the > following : > > > -j

Re: Artemis - management.xml

2021-12-06 Thread David Martin
Domenico, Tim, I've figured it out. On further investigation, the kubernetes command params included the following : -javaagent:/opt/jmx-exporter/jmx_prometheus_javaagent.jar=9404:/opt/jmx-exporter/etc/jmx-exporter-config.yaml -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.po

Re: Artemis - management.xml

2021-12-06 Thread David Martin
Hi Tim, The sed commands worked as expected. Unfortunately it's the same if executed inside the pod: root@artemis-0:/var/lib/artemis/bin# curl -H "Origin:http://localhost:8161"; -u monitor:s3cret http://localhost:8161/console/jolokia/read/org.apache.activemq.artemis:broker=*/Active {"request":{"

Re: Artemis - management.xml

2021-12-06 Thread David Martin
Hi Domenico, root@artemis-0:/var/lib/artemis/etc# ls -l total 44 -rw-r--r-- 1 artemis artemis 992 Dec 6 10:17 artemis-roles.properties -rw-r--r-- 1 artemis artemis 1192 Dec 6 10:17 artemis-users.properties -rw-r--r-- 1 artemis artemis 3880 Dec 6 10:17 artemis.profile -rw-r--r-- 1 artemis ar