summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml')
-rw-r--r--qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml b/qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml
index 735995cd22..8bd9225fb2 100644
--- a/qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml
+++ b/qpid/doc/book/src/programming/Programming-In-Apache-Qpid.xml
@@ -1891,13 +1891,13 @@ spout - -content "$(cat rdu.xml | sed -e 's/70/45/')" xml/weather
</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 's/70/45/')" xml/weather
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>