hello folks,
Am trying to use org.apache.activemq.jaas.LDAPLoginModule for
authenticating the incoming connections to an
ActiveMQ destination. It is working fine when ActiveMQ running in
standalone mode.
But my attempts to achieve the same in a SMX4 environment were not fruitful.
I have tried by setting the java.security.auth.login.config property(in
system.properties) but didn't work.
I have also tried specifying a <jaas:config> in a
<SMX4-BASE>/deploy/activemq-broker.xml spring configuration file
which also didn't work. (One more question I have with <jaas:config> type
of configuration is how do I tell ActiveMQ
about a realm name configured using SMX4 JAAS?)
Am I missing something?
Appreciate any pointers to the right place/doc :)
thank you,
Kiran Ayyagari