Okay, so I found a work around(?) I literally cloned the actual project from
the activemq github
(https://github.com/apache/activemq/tree/master/activemq-jaas) and replaced
the code for PropertiesLoginModule with my code. Then, I recreated the jar
and, for some, reason that works.
Is there a speci
Does authorization work with a custom JAAS Login Module? With the
configuration I have, this seems to work with the SimpleAuthenticationPlugin
and even (with the default LoginEntry), but just
not despite it
working for Authentication (with that same custom Login Module).
--
Sent from: http://
Hello,
I have been working on a custom login module using JAAS for ActiveMQ.
I got authentication to work, but when I add the authorizationPlugin, I get
the following error:
java.lang.SecurityException: User user is not authorized to create:
> topic://ActiveMQ.Advisory.Connection
> at
> org.apach