This closes #994

This commit is contained in:
Clebert Suconic 2017-02-07 10:34:25 -05:00
commit a39b9e55e7
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
activemq {
org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoginModule sufficient
debug=false
reload=true
org.apache.activemq.jaas.properties.user="artemis-users.properties"
org.apache.activemq.jaas.properties.role="artemis-roles.properties";

View File

@ -18,6 +18,7 @@
activemq {
org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoginModule required
debug=false
reload=true
org.apache.activemq.jaas.properties.user="artemis-users.properties"
org.apache.activemq.jaas.properties.role="artemis-roles.properties";
};