Re: Configuring security for Managmentcontext in activemq.

2023-05-02 Thread Dnyaneshwar Kulkarni
Hi Matt, Thank you for your response. Currently I have created own custom login module and updated login config with the module. Provided that login config in jvm parameter also provided the module name which I want to use. Also updated the activemq.xml file to include jaasplugin. Still my

Re: Configuring security for Managmentcontext in activemq.

2023-05-02 Thread Matt Pavlovich
Hello DK- Yes, reconfiguring JMX to use JAAS would be the approach to use encrypted passwords. I plan on converting the Apache distribution to use JAAS for JMX by default in an upcoming release. For now, you’ll need to convert it yourself. Related JIRA:

Configuring security for Managmentcontext in activemq.

2023-05-02 Thread Dnyaneshwar Kulkarni
Hi Team, We have enabled the JMX support in our application for activemq. In actimmq.sql file we have added the Managmentcontext with create connection as "true". We have provided the path for jmx.access file jmx password file for the security. As these files are having plain text data we want to