You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Dnyaneshwar Kulkarni <dn...@gmail.com> on 2023/05/02 06:43:21 UTC

Configuring security for Managmentcontext in activemq.

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 to
use encrypted data.

To provide the custom login to support encryption i tried to add JAAS, but
seems like with MBean server it is not working.

Is there way by which I can achieve this?

Thanks in advance.

Regards,
DK