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

Amila Chinthaka Suriarachchi updated AXIS2-2248:
------------------------------------------------

    Priority: Blocker  (was: Major)

> unreliable behavior of sendRobust
> ---------------------------------
>
>                 Key: AXIS2-2248
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2248
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: client-api
>         Environment: linux, sun jdk 1.5.0_10
>            Reporter: Michele Mazzucco
>            Assignee: Deepal Jayasinghe
>            Priority: Blocker
>             Fix For: nightly
>
>         Attachments: axis2_logs_double.log, axis2_logs_single.log, 
> catalina_double.out, catalina_single.out, qosp_debug_double.log, 
> qosp_debug_single.log
>
>
> The sendRobust method is not reliable at all. Messages are delivered to the 
> destination, but on the sender side errors happen (and this causes me some 
> big troubles).
> The used ConfigurationContext is:
> multiThreadedConfigurationContext = ConfigurationContextFactory 
> //.createEmptyConfigurationContext();
>                     .createConfigurationContextFromFileSystem(null, null);
> MultiThreadedHttpConnectionManager connectionManager = new 
> MultiThreadedHttpConnectionManager();
> HttpConnectionManagerParams params = new HttpConnectionManagerParams();
> params.setDefaultMaxConnectionsPerHost(5);
> params.setMaxTotalConnections(200);
> params.setStaleCheckingEnabled(true);
> connectionManager.setParams(params);
> HttpClient httpClient = new HttpClient(connectionManager);
> multiThreadedConfigurationContext.setProperty(
>         HTTPConstants.REUSE_HTTP_CLIENT, Boolean.TRUE);
> multiThreadedConfigurationContext.setProperty(
>                 HTTPConstants.CACHED_HTTP_CLIENT, httpClient);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to