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/14 21:50:57 UTC

svn commit: r814809 - /tuscany/branches/sca-java-1.5.1/itest/jms/src/main/resources/properties/properties.composite

Author: slaws
Date: Mon Sep 14 19:50:57 2009
New Revision: 814809

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

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

Modified: tuscany/branches/sca-java-1.5.1/itest/jms/src/main/resources/properties/properties.composite
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/itest/jms/src/main/resources/properties/properties.composite?rev=814809&r1=814808&r2=814809&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/itest/jms/src/main/resources/properties/properties.composite (original)
+++ tuscany/branches/sca-java-1.5.1/itest/jms/src/main/resources/properties/properties.composite Mon Sep 14 19:50:57 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>