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, 2011 at 9:57 PM, suresh ashok  wrote:

> 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 assigning task not a queue.
>
> Regards,
> Suresh
>
> On Dec 17, 2:34 am, "Ikai Lan (Google)"  wrote:
> > Read this documentation about Task Queues and the Pull Queues:
> >
> > http://code.google.com/appengine/docs/java/taskqueue/overview.html
> >
> > I think this is the functionality you are looking for. It's not JMS,
> though.
> >
> > --
> > Ikai Lan
> > Developer Programs Engineer, Google App Engine
> > plus.ikailan.com | twitter.com/ikai
> >
> >
> >
> > On Thu, Dec 15, 2011 at 8:57 PM, suresh ashok 
> wrote:
> > > Hi all,
> >
> > > What i'm looking for is a queue service that i can run locally on
> > > google app engine might be using JMS queue for the same. Any inputs
> > > and suggestions are welcome and i am trying to do for the past couple
> > > of days but still cant able to fine the solution yet.
> >
> > > Regards,
> > > Suresh
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Google App Engine for Java" group.
> > > To post to this group, send email to
> > > google-appengine-java@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-appengine-java+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-appengine-java?hl=en.- Hide
> quoted text -
> >
> > - Show quoted text -
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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 assigning task not a queue.

Regards,
Suresh

On Dec 17, 2:34 am, "Ikai Lan (Google)"  wrote:
> Read this documentation about Task Queues and the Pull Queues:
>
> http://code.google.com/appengine/docs/java/taskqueue/overview.html
>
> I think this is the functionality you are looking for. It's not JMS, though.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> plus.ikailan.com | twitter.com/ikai
>
>
>
> On Thu, Dec 15, 2011 at 8:57 PM, suresh ashok  wrote:
> > Hi all,
>
> > What i'm looking for is a queue service that i can run locally on
> > google app engine might be using JMS queue for the same. Any inputs
> > and suggestions are welcome and i am trying to do for the past couple
> > of days but still cant able to fine the solution yet.
>
> > Regards,
> > Suresh
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine for Java" group.
> > To post to this group, send email to
> > google-appengine-java@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine-java+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine-java?hl=en.- Hide quoted 
> >text -
>
> - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.