Re: [appengine-java] Re: JMS Queue service in Google App Engine

2011-12-19 Thread Ikai Lan (Google)
So you are looking to save some data into session memory? I would advise using the session support for this: http://stackoverflow.com/questions/1134800/google-appengine-session-example -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Sun, Dec 18

[appengine-java] Re: JMS Queue service in Google App Engine

2011-12-18 Thread suresh ashok
Hi, I am just looking to send the Message String in the JMS Queue and retrieve it later when required, ie., Getting the user input and access that input and save it in JMS queue and later shows this string to user again.is it possible to do like this? the above given link seems to be used to assig