What version of the JDK are you using? Can you back up a few versions? There is a bug introduced in 1.6 update 38 that can cause some of the keep-alive handling in the JDK to mis-behave. This might be a symptom of this.
Dan On Apr 9, 2013, at 6:58 PM, Smith-John <mich...@gmail.com> wrote: > Hi, > > I have a strange (at least for me) issue with my route respectively the cxf > component in it. > > The route looks like > from("cxf:XXX?wsdlURL=YYY&...")....to(...)...to("cxf:${header[ReplyTo]}?wsdlURL=YYY&..."); > > I get a one way SOAP message, do some work with it and send a response back > to the callback address specified. > > In principle this works perfect. > But sending requests with a short interval, I would say less than 5 seconds > between the requests, the messaging fails. > Sending requests every > 5 seconds: no problem. > Sending requests with time between them < 5 seconds: all except the first > one fail. > > I'm using camel 2.10.4 and for sending the requests SoapUI. > > Unfortunately the console shows no errors. The only difference between a > working and a not working try is the last DEBUG notification that is > [default-workqueue-1] DEBUG o.a.c.c.cxf.CxfClientCallback - > default-workqueue-1 calling handleResponse > for a working one and > [default-workqueue-2] DEBUG o.a.c.c.cxf.CxfClientCallback - > default-workqueue-2 calling handleException > for a failing one. > > Is this a bug or normal behaviour? Is there something to prevent this? > > Best regards. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/cxf-producer-needs-a-break-tp5730612.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com