You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2012/08/15 21:35:12 UTC

svn commit: r1373596 - /qpid/trunk/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml

Author: robbie
Date: Wed Aug 15 19:35:12 2012
New Revision: 1373596

URL: http://svn.apache.org/viewvc?rev=1373596&view=rev
Log:
QPID-4051: document the effect of setting connecttimeout to 0

Modified:
    qpid/trunk/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml

Modified: qpid/trunk/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml?rev=1373596&r1=1373595&r2=1373596&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml (original)
+++ qpid/trunk/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml Wed Aug 15 19:35:12 2012
@@ -3317,7 +3317,7 @@ spout - -content "$(cat rdu.xml | sed -e
 		  integer
 	        </entry>
 	        <entry>
-		  Length of time to wait before attempting to reconnect (in milliseconds). Defaults to 0.
+		  Length of time (in milliseconds) to wait before attempting to reconnect. Defaults to 0.
 	        </entry>
 	      </row>
 	      <row>
@@ -3328,7 +3328,7 @@ spout - -content "$(cat rdu.xml | sed -e
 		  integer
 	        </entry>
 	        <entry>
-		  Length of time to wait for the connection to succeed (in milliseconds).  Defaults to 30000.
+		  Length of time (in milliseconds) to wait for the socket connection to succeed. A value of 0 represents an infinite timeout, i.e. the connection attempt will block until established or an error occurs.  Defaults to 30000.
 	        </entry>
 	      </row>
 	      <row>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org