How to configure Jolokia differently from JMX ?
Issue
- I'm trying to configure AMQ 7 the same way as we are using AMQ 6.
- For this, I need two distinct management configurations.
- For JMX, I need to have a password based authentication. This seems to be working fine.
- For Jolokia, we restrict access to our monitoring tools (using a custom jolokia-access.xml file) so we do not want password based authentication.
- In short, I want this to work:
http://localhost:8161/console/jolokia/read/org.apache.activemq.artemis:broker="0.0.0.0"/Version
instead of:
http://username:password@localhost:8161/console/jolokia/read/org.apache.activemq.artemis:broker="0.0.0.0"/Version
- How can this be done?
Environment
- Red Hat AMQ
- 7.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.