Re: jaasAuthenticationPlugin

2020-06-09 Thread Domenico Francesco Bruscino
Hi Sumit, to get a working demo of JAAS Authentication Plugin with encrypted passwords, you can execute the following steps: 1) Create a new broker instance: $ ./bin/activemq create broker 2) Add the JAAS Authentication Plugin to activemq.xml: 3) Replace the admin password with an encrypt

jaasAuthenticationPlugin

2020-06-09 Thread Sumit Bhardwaj
Hi, We are trying to use JAAS Authentication plugin for ActiveMQ. We have been able to use it with plain text passwords in the users.properties. We are not able to figure out how to use the encrypted passwords in users.properties with JAAS Authentication Plugin. Are there any examples to achieve