Re: Passing in Session ID from client for REST based Messaging

2008-10-01 Thread OneWhoMikes
Q user guide > > ActiveMQ in Action - http://www.manning.com/snyder/ > Scripting in Java - http://www.scriptinginjava.net > > > OneWhoMikes wrote: >> I want to configure ActiveMQ to look for a session id in the URL from a >> client REST request. This would allow for the

Re: Ajax receive - long "warmup" time

2008-09-30 Thread OneWhoMikes
You might want to look at the timeout period. It seems like you aren't getting any messages until the first request times out? I think you pass along a "readTimeout" URL variable, with a value in milliseconds to set the timeout of the request. At least that's the way it works for REST messaging

Re: Ajax receive - long "warmup" time

2008-09-30 Thread OneWhoMikes
You might want to look at the timeout period. It seems like you aren't getting any messages until the first request times out? I think you pass along a "readTimeout" URL variable, with a value in milliseconds to set the timeout of the request. At least that's the way it works for REST messaging

Passing in Session ID from client for REST based Messaging

2008-09-30 Thread OneWhoMikes
I want to configure ActiveMQ to look for a session id in the URL from a client REST request. This would allow for the client to pass along it's own ID, instead of the server generating one and setting a cookie. I found the following posts: http://www.mojavelinux.com/blog/archives/2006/11/disabli