Skip to content

Tag: activemq

ActiveMQ basic JAAS authentication configuration

I am trying to configure simple JAAS authentication for ActiveMQ. I have created a xml called activemq-jaas.xml as: The other configuration files are: login.config users.properties groups.properties I started the ActiveMQ with command ./activemq start in linux terminal. But I cannot login with guest/guest cre…