Hi, it’s possible to pass parameters via the system properties, ie:
-Dactivemq.user.name="..." -Dactivemq.user.password="..."
<simpleAuthenticationPlugin>
<users>
<authenticationUser username="${activemq.user.name}"
password="${activemq.user.password}" groups="users"/>
</simpleAuthenticationPlugin>
Regards,
Domenico
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
