Hi, AjaxServlet can't be exposed to the web in general. It must be a part of the application which is running the client js code to send/receive messages. If you need a general-purpose web interface, try using REST. As for security you can secure it using basic-auth or any other method used on the web.
Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Jan 19, 2010 at 5:28 PM, mastaskillz33 <aila...@csc.com> wrote: > > I've developing an application on google's app engine. I would like to > integrate it with active mq. I figure I could put my active mq server > exposed to the web except I would need to authenticate users before > allowing > them to pub sub to the Q. How should I do this. I basically want them to > log > into the app engine site and not be prompted again > -- > View this message in context: > http://old.nabble.com/Active-MQ-ajax-and-security-tp27228521p27228521.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >