You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Benson Margulies <be...@basistech.com> on 2015/08/03 15:38:53 UTC

Work queues

https://karaf.apache.org/manual/latest/users-guide/tuning.html claims
that CXF uses work queues. I googled for 'cxf work queues', but didn't
end up illuminated. In an ordinary JAX-RS service, are work queues
involved, or is it something I need to configure? For that matter, why
would I want to configure it?

Re: Work queues

Posted by Sergey Beryozkin <sb...@gmail.com>.
Hi Benson,
Dan clarified yesterday it is mostly for SOAP services which may require 
the additional executor support, such as one way or RM services.

FYI, CXF JAX-RS can accept oneway requests too, though in the tests I do 
not set up a custom work queue manager, I believe a default one is created.
I also see a Jetty websocket destination checking the queue manager.

Cheers, Sergey
On 03/08/15 14:38, Benson Margulies wrote:
> https://karaf.apache.org/manual/latest/users-guide/tuning.html claims
> that CXF uses work queues. I googled for 'cxf work queues', but didn't
> end up illuminated. In an ordinary JAX-RS service, are work queues
> involved, or is it something I need to configure? For that matter, why
> would I want to configure it?
>