You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by am...@apache.org on 2009/05/13 10:14:02 UTC

svn commit: r774249 - /webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/Sandesha2Constants.java

Author: amilas
Date: Wed May 13 08:14:02 2009
New Revision: 774249

URL: http://svn.apache.org/viewvc?rev=774249&view=rev
Log:
increase the terminate message delay inorder to work this properly with synapse nhttp

Modified:
    webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/Sandesha2Constants.java

Modified: webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/Sandesha2Constants.java
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/Sandesha2Constants.java?rev=774249&r1=774248&r2=774249&view=diff
==============================================================================
--- webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/Sandesha2Constants.java (original)
+++ webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/Sandesha2Constants.java Wed May 13 08:14:02 2009
@@ -537,7 +537,7 @@
 
 	int CLIENT_SLEEP_TIME = 10000;
 
-	int TERMINATE_DELAY = 500;
+	int TERMINATE_DELAY = 1000;
 	
 	static final int TRANSPORT_WAIT_TIME = 60000;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org