Hello, I would like to use Jolokia to dynamically add and remove user roles and operation to queues and topics. It looks like this interface does what I want:
https://github.com/apache/activemq/blob/activemq-5.18.3/activemq-broker/src/main/java/org/apache/activemq/security/SecurityAdminMBean.java However, it doesn't look like it gets registered in the MBeanServer. Is there any way I can add/remove user roles and operations to queues and topics using Jolokia? If not, is there another way to do it dynamically from a client? Thank you, Aaron
