Re: create user in activemq 5.15.9

2021-04-07 Thread Tim Bain
I'm not aware of other options from within the broker. But you've asked several questions about dynamic changes to the set of authorized users, so I wonder if you'd be best served using an LDAP user store rather than the bare-bones file-based auth store. In that case, you'd have access to all the t

Re: create user in activemq 5.15.9

2021-03-26 Thread Matt Pavlovich
Hello- ActiveMQ supports a number of different ways to authenticate users, so there is not one command line tool to support all the combinations. If you are using the users.properties or credentials.properties approach, you can simply append new users to those text files. For authorization, th