You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by jainmcs03 <to...@gmail.com> on 2015/11/27 07:05:41 UTC

TCP connection not closed after receiving 200 OK

Dear ALL,

How to tell my camel application(Web service proxy) that all required info
has been received and hence the TCP connection can be closed. Below the
piece of context route.

<endpoint id="callRealWebService"
uri="https://eport.equifaxtest.co.in/creditreportwss/CreditReportWSSInquiry/v1.0/"
/>
<to ref="callRealWebService"/>

Im using camel 2.15.1 and i tried below but it did not seem to have any
effect.

   <properties>
       <property key="http.keepAlive" value="false"/>
  </properties> 

There should be a way right? Please advise.

Best Regards,
Jayendran






--
View this message in context: http://camel.465427.n5.nabble.com/TCP-connection-not-closed-after-receiving-200-OK-tp5774458.html
Sent from the Camel - Users mailing list archive at Nabble.com.