Hello, I'm pretty new to the ActiveMQ (Artemis) world. I was wondering if it's possible to define different users per queue when using e.g. PropertiesLoginModule. So userA would be able to only produce on queueA but not on queueB Suppose you have a broker with a few 50 different queues you don't want all clients to use the same credentials if they only need access to 1 queue.
If it's possible would there be an example I can find somewhere for this type of configuration? I'm trying to use the ActiveMQ Artemis running on a container platform, so the security config would hopefully be created by using the ActiveMQArtemisSecurity CRD Best Regards, Jo
