Author: gsim
Date: Thu Jul 8 09:32:42 2010
New Revision: 961677
URL: http://svn.apache.org/viewvc?rev=961677&view=rev
Log:
Mentioned setting type on reply-to addresses in performance tips
Modified:
qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
Modified: qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml?rev=961677&r1=961676&r2=961677&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml (original)
+++ qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml Thu Jul 8
09:32:42 2010
@@ -2075,6 +2075,14 @@ std::cout << request.getContent() << " -
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>
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]