On Sep 21, 2010, at 6:28 PM, Jason Dillon <[email protected]> wrote:

> Just wondering if you guys know of anyone doing JAX-RS over JMS?

Yea. The CXF JAXRS implementation can do this.  We have several systems tests 
testing this.

Dan


> Specifically, using JMS to establish the communication channel, then send/rx 
> REST messages ver that channel (instead of making a new HTTP request each 
> time).  ATM my main users are a java client, though need to keep the window 
> open for a web UI later and I'd like to keep using JAX-RS bits as the main 
> entry point.  Just that I would rather connect/secure the clients channel 
> once and then overload it for passing async messages back via cometd-ishly as 
> well.  That and HTTP is pissing me off.
>
> Anyways, anyone know if this exists somewhere and if not how difficult it 
> might be to implement a JMS transport for wink?
>
> --jason

Reply via email to