Author: gsim
Date: Thu Jun  5 10:41:59 2014
New Revision: 1600589

URL: http://svn.apache.org/r1600589
Log:
NO-JIRA: Fix incorrectly named transport option. Add description for protocol 
option.

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

Modified: 
qpid/trunk/qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml?rev=1600589&r1=1600588&r2=1600589&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml 
(original)
+++ qpid/trunk/qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml Thu 
Jun  5 10:41:59 2014
@@ -1891,13 +1891,13 @@ spout - -content "$(cat rdu.xml | sed -e
              </row>
              <row>
                <entry>
-                 <literal>protocol</literal>
+                 <literal>transport</literal>
                </entry>
                <entry>
                  string
                </entry>
                <entry>
-                 Sets the underlying protocol used. The default option is 
'tcp'. To enable ssl, set to 'ssl'. The C++ client additionally supports 'rdma'.
+                 Sets the underlying transport protocol used. The default 
option is 'tcp'. To enable ssl, set to 'ssl'. The C++ client additionally 
supports 'rdma'.
                </entry>
              </row>
              <row>
@@ -1911,6 +1911,17 @@ spout - -content "$(cat rdu.xml | sed -e
                  Set tcp no-delay, i.e. disable Nagle algorithm. [C++ only]
                </entry>
              </row>
+             <row>
+               <entry>
+                 <literal>protocol</literal>
+               </entry>
+               <entry>
+                 string
+               </entry>
+               <entry>
+                 Sets the application protocol used. The default option is 
'amqp0-10'. To enable AMQP 1.0, set to 'amqp1.0'.
+               </entry>
+             </row>
            </tbody>
          </tgroup>
        </table>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to