summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-07-08 09:32:42 +0000
committerGordon Sim <gsim@apache.org>2010-07-08 09:32:42 +0000
commitf273e420f7bc50c572905303dcacfdbd84559e9c (patch)
treedbd8aeab47f552e25e6d45263833fd533c576550
parent86d1784980dc532c14d843ec3a83070e214f8d09 (diff)
downloadqpid-python-f273e420f7bc50c572905303dcacfdbd84559e9c.tar.gz
Mentioned setting type on reply-to addresses in performance tips
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@961677 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/doc/book/src/Programming-In-Apache-Qpid.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
index e5ddca1d7a..a5a846152c 100644
--- a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
@@ -2075,6 +2075,14 @@ std::cout << request.getContent() << " -> " << response.getContent() << std::end
sender may block waiting for the broker to confirm receipt
of messages, before it can free up more capacity.</para>
</listitem>
+ <listitem>
+ <para>If you are setting a reply-to address on messages
+ being sent by the c++ client, make sure the address type is
+ set to either queue or topic as appropriate. This avoids the
+ client having to determine which type of node is being
+ refered to, which is required when hanling reply-to in AMQP
+ 0-10. </para>
+ </listitem>
</itemizedlist>
</section>