diff options
| author | Gordon Sim <gsim@apache.org> | 2012-07-17 14:13:41 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2012-07-17 14:13:41 +0000 |
| commit | 2fac0974faa68cd8789b5397359d5528febf9477 (patch) | |
| tree | 0ccdce702e3b3c2fba3193a6016de7d1599c10ed | |
| parent | 0241c3b71364bcf0087bdbda1d2cd97805309fcd (diff) | |
| download | qpid-python-2fac0974faa68cd8789b5397359d5528febf9477.tar.gz | |
NO-JIRA: error in programming guide
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1362504 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml b/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml index c1162c96a8..1c6bfafc27 100644 --- a/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml +++ b/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml @@ -1269,7 +1269,7 @@ spout - -content "$(cat rdu.xml | sed -e 's/70/45/')" xml/weather unreliable will be used and for durable messages on durable queues there is the possibility that messages will be redelivered; if exactly-once is requested, - at-most-once will be used and the application needs to + at-least-once will be used and the application needs to be able to deal with duplicates.</para></footnote> </entry> </row> |
