Chathura
Could you update the config language syntax doc with this, and reply to
the original question on this topic to the user list on how to solve it
now with this fix
asankha
[EMAIL PROTECTED] wrote:
Author: chathura_ce
Date: Mon Apr 16 06:35:20 2007
New Revision: 529235
URL: http://svn.apache.org/viewvc?view=rev&rev=529235
Log:
Implemented the response timeout functionality. Now user can specify the
timeout duration and timeout action in the endpoint configuration, so that all
the messages flowing through that endpoint are subjected to specified timeouts.
Synapse can either simply ignore responding to timed out messages or activate
an error sequence when a timeout occurs.
Added:
webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/core/axis2/TimeoutHandler.java
Modified:
webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/Constants.java
webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/AddressEndpointFactory.java
webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/AddressEndpointSerializer.java
webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/core/axis2/AsyncCallback.java
webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java
webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/core/axis2/SynapseCallbackReceiver.java
webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/endpoints/utils/EndpointDefinition.java
Modified:
webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/Constants.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]