I have checked the documentation but couldn't find one. Is there a way to get the Artemis version over MBean which I can invoke through Jolokia interface?
Asked
Active
Viewed 179 times
-1
-
1The `ActiveMQServerControl` MBean has a `version` property as noted in [the JavaDoc](https://activemq.apache.org/components/artemis/documentation/javadocs/javadoc-latest/org/apache/activemq/artemis/api/core/management/ActiveMQServerControl.html#getVersion--). A sample Jolokia URL is available via the web console for any JMX attribute. – Justin Bertram Aug 05 '21 at 16:45
1 Answers
0
I found on the management interface:
http://localhost:8161/console/jolokia/read/org.apache.activemq.artemis:broker=%22<broker_name>%22/Version

st.
- 166
- 6
- 24