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
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
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
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