I'd like to experiment with adding authentication functionality
to the Ajax connector, and would like some advice. An idea I have
is to try the following:
Add a connect/login method to the javascript code
Authenticate the user with a ConnectionInfo instance in the Ajax
servlet (as seen in the
Dan White wrote:
Greetings,
I'm new to ActiveMQ and only somewhat familiar with Java as well. I've
experimented with the ActiveMQ 5.1.0 binary+jetty release and I've been
able to send and receive messages via the stomp and ajax connectors.
I'd like to manually start piec
Greetings,
I'm new to ActiveMQ and only somewhat familiar with Java as well.
I've experimented with the ActiveMQ 5.1.0 binary+jetty release
and I've been able to send and receive messages via the stomp and
ajax connectors.
I'd like to manually start piecing together a build of Active MQ
and