Hello,
I'm using CXF for consomming REST and SOAP services.
I use the async mode to minimize the number of threads, my problem is i
can't find how to change the max number of threads used by the WorkQueue.
When i tried to see the CXF code, i found that CXF try to find a worker with
"default" name, if it can't find it, he create a new one with default values
(250 as max threads).
How to specify the properties of the default Worker ?
My other question, is it possible to use the NIO threads to execute my
callback ? Because in the code, the handleResponseOnWorkQueue is called with
: handleResponseOnWorkqueue(false, true) ((allowCurrentThread = false, and
forceWQ= true).
I'm not using the spring framework.
Regards
I'm using CXF for consomming REST and SOAP services.
I use the async mode to minimize the number of threads, my problem is i
can't find how to change the max number of threads used by the WorkQueue.
When i tried to see the CXF code, i found that CXF try to find a worker with
"default" name, if it can't find it, he create a new one with default values
(250 as max threads).
How to specify the properties of the default Worker ?
My other question, is it possible to use the NIO threads to execute my
callback ? Because in the code, the handleResponseOnWorkQueue is called with
: handleResponseOnWorkqueue(false, true) ((allowCurrentThread = false, and
forceWQ= true).
I'm not using the spring framework.
Regards