Limit connection/threads for CXF endpoint?

2016-02-01 Thread Sergey Maslov
Hi! I have web application that provides several soap service endpoints and consumes several services as clients. One of endpoints receives too many requests so it consumes much cpu resources and the rest of application services freeze. We also get "Executor queue is full, run the oneway

Re: remote services connection dosgi

2016-02-01 Thread Christian Schneider
The Greeter example on the website is quite old. Can you also try with the karaf based example on my website? http://www.liquid-reality.de/x/D4C It is much easier to install and uses the newest cxf DOSGi 1.7.0. Christian On 01.02.2016 10:53, Pablo Gomez wrote: Hello all, I've

Re: Limit connection/threads for CXF endpoint?

2016-02-01 Thread Sergey Beryozkin
Hi. Dan did a nice demo, see a 'throttling' demo in the distribution, it uses a Codahale library to do the advanced rate invocation checks, right now it can delay the overflowing responses using the suspended invocations mechanism, from 3.1.6 one would be able to abort such requests with

Soap Fault and HTTP Status code (ONVIF)

2016-02-01 Thread PhilippWerner
Hi all, I am trying to get Events from a camera by using PullpointSubscription. Normally when i am pulling Messages, using values that are out of range, cameras respond with a HTTP 500 and a PullmessageFaultResponse. Until yesterday I was pretty sure that this is the correct way according to