summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-07-08 09:29:37 +0000
committerGordon Sim <gsim@apache.org>2010-07-08 09:29:37 +0000
commit1e61a2bd470d32592d0c8b90bc58a7152e269bcb (patch)
tree9bef7ac495023a53b8e8ecb82545af2a9a7b3e05
parente05420bdf7f5d8691c5737eb6086483f3bbc4598 (diff)
downloadqpid-python-1e61a2bd470d32592d0c8b90bc58a7152e269bcb.tar.gz
Move comment re use of amq.topic in hello world example to a footnote.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961661 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--doc/book/src/Programming-In-Apache-Qpid.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml
index f8b7692d11..44a7e16bd6 100644
--- a/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/doc/book/src/Programming-In-Apache-Qpid.xml
@@ -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