[ 
https://issues.apache.org/jira/browse/CXF-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

DESA updated CXF-6224:
----------------------
    Description: 
After migration to 2.7.14 CXF library, we saw that the soap call are late. The 
call to service remained active for 5 minutes although no call was made during 
those 5 minutes. 
It cause server freeze.

<http:conduit name="*.http-conduit">
<http:client AutoRedirect="true" Connection="Keep-Alive"
ConnectionTimeout="#{ 60* 1000 }"
ReceiveTimeout="#{ 60 * 1000 }" 
AsyncExecuteTimeout="#{ 60 * 1000 }"  
           AsyncExecuteTimeoutRejection="true"  
/>
</http:conduit>

  was:
After migration to 2.7.14 CXF library, we saw that the soap call are late. The 
call to service remained active for 5 minutes although no call was made during 
those 5 minutes. 
It cause server freeze.


>  HttpAsyncClient with async calls:  the soap call are late
> ----------------------------------------------------------
>
>                 Key: CXF-6224
>                 URL: https://issues.apache.org/jira/browse/CXF-6224
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.7.14
>            Reporter: DESA
>            Priority: Critical
>
> After migration to 2.7.14 CXF library, we saw that the soap call are late. 
> The call to service remained active for 5 minutes although no call was made 
> during those 5 minutes. 
> It cause server freeze.
> <http:conduit name="*.http-conduit">
> <http:client AutoRedirect="true" Connection="Keep-Alive"
> ConnectionTimeout="#{ 60* 1000 }"
> ReceiveTimeout="#{ 60 * 1000 }" 
> AsyncExecuteTimeout="#{ 60 * 1000 }"  
>            AsyncExecuteTimeoutRejection="true"  
> />
> </http:conduit>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to