Re: Authentication pattern with JMS?

2007-04-25 Thread rousseau
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 bu

Authentication pattern with JMS?

2007-04-24 Thread rousseau
I'm looking to use ActiveMQ as a transport to my applications API as an alternative to using raw sockets. As I'm only using JMS as a transport layer, I don't think it's appropriate to use the ActiveMQ security, but I still need users to be authenticated. I had a look at the response/request patte