users@jersey.java.net

[Jersey] Re: Asynchronous processing within a Jersey thread

From: jfarcand <jfarcand.oss_at_gmail.com>
Date: Mon, 18 Apr 2011 16:30:36 -0400

Salut,

On 11-04-17 10:11 PM, Gary Moore wrote:
> Hey all,
>
> We have a Jersey app running using an embedded Jetty container.
> During the course of processing a JErsey request, we need to process
> some work asynchronously. I'm mildly familiar with the typical JMS
> queue method of handling this. Does Jersey itself provide anything to
> help with async processing?

Take a look at Atmosphere (I'm the lead). The project support exactly
what you are looking for.

A+

-- Jeanfrancois

>
> Thanks,
> Gary
>