Re: Apollo STOMP websockets authentication failure

2012-08-15 Thread Paddy Carman
I was using a development snapshot. I downloaded and tried it in version 1.4. It works. Thanks. -PC On Wed, Aug 15, 2012 at 5:26 AM, Hiram Chirino wrote: > I just tried it out with Apollo 1.4 and it seems to work: > > Opening Web Socket... > Web Socket Opened... > >>> CONNECT > login:guest > pass

Re: Apollo STOMP websockets authentication failure

2012-08-15 Thread Hiram Chirino
I just tried it out with Apollo 1.4 and it seems to work: Opening Web Socket... Web Socket Opened... >>> CONNECT login:guest passcode:guest123 <<< CONNECTED version:1.0 server:apache-apollo/1.4 host-id:apollo session:apollo-3 heart-beat:100,1 user-id:guest In terms of configuration I just

Apollo STOMP websockets authentication failure

2012-08-14 Thread Paddy Carman
Hi - I added a new user/password called guest/guest123 in users.properties file. I'm able to login to the broker using a PHP client (with guest/guest123). But when I use a websocket client (using the chat example from https://github.com/jmesnil/stomp-websocket/tree/master/example/chat), it give