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
Fix For: nightly
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]