Author: gsim
Date: Thu Jul 8 09:29:37 2010
New Revision: 961661
URL: http://svn.apache.org/viewvc?rev=961661&view=rev
Log:
Move comment re use of amq.topic in hello world example to a footnote.
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=961661&r1=961660&r2=961661&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:29:37 2010
@@ -361,9 +361,12 @@ namespace Org.Apache.Qpid.Messaging {
<title>Addresses</title>
<para>An <firstterm>address</firstterm> is the name of a message
- target or message source. In the programs we have just seen, we
- used the address <literal>amq.topic</literal> (which is the name
- of an exchange on an AMQP 0-10 messaging broker).
+ target or message source.
+
+ <footnote><para>In the programs we have just seen, we used
+ <literal>amq.topic</literal> as the default address if none is
+ passed in. This is the name of a standard exchange that always
+ exists on an AMQP 0-10 messaging broker.</para></footnote>
The methods that create senders and receivers require an
address. The details of sending to a particular target or
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]