You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2009/09/15 12:38:58 UTC

svn commit: r815265 - /tuscany/branches/sca-java-1.x/itest/jms/src/main/resources/properties/properties.composite

Author: slaws
Date: Tue Sep 15 10:38:58 2009
New Revision: 815265

URL: http://svn.apache.org/viewvc?rev=815265&view=rev
Log:
TUSCANY-3265 Increase time to live to give a better chance of catching the response message

Modified:
    tuscany/branches/sca-java-1.x/itest/jms/src/main/resources/properties/properties.composite

Modified: tuscany/branches/sca-java-1.x/itest/jms/src/main/resources/properties/properties.composite
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/itest/jms/src/main/resources/properties/properties.composite?rev=815265&r1=815264&r2=815265&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/itest/jms/src/main/resources/properties/properties.composite (original)
+++ tuscany/branches/sca-java-1.x/itest/jms/src/main/resources/properties/properties.composite Tue Sep 15 10:38:58 2009
@@ -36,7 +36,7 @@
                   <headers JMSType="op2Type"
                      JMSCorrelationID="op2CID"
                      JMSDeliveryMode="NON_PERSISTENT"
-                     JMSTimeToLive="6"
+                     JMSTimeToLive="6000"
                      JMSPriority="8">
                      <property name="op2P2">foo</property>
                   </headers>