RE: Questions around security and permissions

2022-04-29 Thread Vilius Šumskas
have to juggle between two different backups of authorization data. -- Vilius -Original Message- From: Thorsten Meinl Sent: Friday, April 29, 2022 10:43 AM To: users@activemq.apache.org Subject: Re: Questions around security and permissions Thanks all. This sounds like a v

Re: Questions around security and permissions

2022-04-29 Thread Thorsten Meinl
Thanks all. This sounds like a viable solution to our problem. Just to be sure: If I want to set permissions per user I also have to create a dedicated role per user because permissions can only be granted to roles? Thanks, Thorsten Am Donnerstag, dem 28.04.2022 um 09:00 -0500 schrieb Justin Ber

Re: Questions around security and permissions

2022-04-28 Thread Justin Bertram
> But can users be created (and deleted) on-demand? I'm not exactly sure what you mean by "on-demand," but users can be created administratively on a running broker via management. This can be done via the "artemis user" command, the web console, Jolokia, etc. You'll need to use the PropertiesLogi

RE: Questions around security and permissions

2022-04-28 Thread Vilius Šumskas
Hi, we have very similar requirements. You can search this mailing list for my recent questions and answers from others for details. Basically we have chosen ActiveMQBasicSecurityManager as a backend, and we are creating users, their permissions and queues on-demand, using activemq.management