ARTEMIS-939 reload security credentials by default

This commit is contained in:
Justin Bertram 2017-02-07 08:12:41 -06:00 committed by Clebert Suconic
parent 8c77e25163
commit 68ac7d9668
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";
};