diff options
| -rw-r--r-- | doc/book/src/Programming-In-Apache-Qpid.xml | 44 |
1 files changed, 31 insertions, 13 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml index 9a4907fe87..accda8866d 100644 --- a/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/doc/book/src/Programming-In-Apache-Qpid.xml @@ -1475,7 +1475,13 @@ enable("qpid.messaging.io", DEBUG) Messaging API, a program can ask a session for the <quote>next receiver</quote>; that is, the receiver that is responsible for the next available message. The following example shows how this - is done in C++, Python, and .NET C#.</para> + is done in C++, Python, and .NET C#. + </para> + + <para>Note that to use this pattern you must enable prefetching + for each receiver of interest so that thebroker will send + messages before a fetch call is made. See + <xref linkend="prefetch"/> for more on this.</para> <example> <title>Receiving Messages from Multiple Sources</title> @@ -1484,7 +1490,9 @@ enable("qpid.messaging.io", DEBUG) <programlisting><