2008/10/2 Dejan Bosanac <[EMAIL PROTECTED]>:
> Cool. Thanks for the info :)
BTW if anyone wants a head start in hacking up an activemq-rest
module, there's a Camel one I've started hacking together (though its
very early days...)
https://svn.apache.org/repos/asf/activemq/camel/trunk/components/cam
Cool. Thanks for the info :)
--
Dejan Bosanac
http://www.ttmsolutions.com - get a free ActiveMQ user guide
ActiveMQ in Action - http://www.manning.com/snyder/
Scripting in Java - http://www.scriptinginjava.net
James Strachan wrote:
> Yeah; its way more mature with a much more active communi
2008/10/2 Dejan Bosanac <[EMAIL PROTECTED]>:
> I have this on my wish list for quite some time, but never managed to
> find time to do it :(
>
> I originally looked at other design protocol you've made
>
> http://activemq.apache.org/rest-protocols.html
>
> but this one is much more complete.
>
> Th
I have this on my wish list for quite some time, but never managed to
find time to do it :(
I originally looked at other design protocol you've made
http://activemq.apache.org/rest-protocols.html
but this one is much more complete.
This RESTful protocol you defined for queues could be implement
2008/10/2 Dejan Bosanac <[EMAIL PROTECTED]>:
> The first time you access some web app (REST servlet in this case), the
> session will be created by the server and a unique id will be associated
> to it. You'll get that info as a jsessionid (usually in a cookie) in a
> response to your request. For
The first time you access some web app (REST servlet in this case), the
session will be created by the server and a unique id will be associated
to it. You'll get that info as a jsessionid (usually in a cookie) in a
response to your request. For subsequent calls you have an option to
pass that sess
org.mortbay.jetty.servlet.SessionURL
>>xsessionid
>>
>>
>>
>>
>>
>>
>> This configuration does disable the cookies, but a new session is being
>> created for every request - regardless of what I pass
Hi,
you cannot force servlet to create a session with the id you provided. I
agree that we have to support sessionless consuming possible. I've
created a Jira issue for this
https://issues.apache.org/activemq/browse/AMQ-1960
Cheers
--
Dejan Bosanac
http://www.ttmsolutions.com - get a free Ac
n does disable the cookies, but a new session is being
created for every request - regardless of what I pass in as the "xsessionid"
parameter with the request.
Any help would be greatly appreciated.
Thanks,
Mike
--
View this message in context:
http://www.nabble.com/Passing-in-Ses