James.Strachan wrote:
> 
> It'd be much eaiser to just create a connnection per user/client and
> use the built in JMS authentication
> (ConnectionFactory.createConnection())
> http://activemq.apache.org/security.html
> 

Thanks for the quick reply. The original reason for wanting to avoid the
built-in JMS authentication was to avoid having two separate authentication
setups - one for JMS, and one for sockets. Thinking about this some more,
maybe a good approach would be to use JAAS for both, looking up to the same
store..
-- 
View this message in context: 
http://www.nabble.com/Authentication-pattern-with-JMS--tf3642791s2354.html#a10175911
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to