diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-11-07 20:04:02 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-11-07 20:04:02 +0000 |
| commit | 557baa15c9e70b9ad4a43bc403038f6e36c5a844 (patch) | |
| tree | 782d7d8a323e2da0baf574c6d26cf2eb58d053eb /doc | |
| parent | c2da78d6d8310c15bd84c350fb986f258f162453 (diff) | |
| download | qpid-python-557baa15c9e70b9ad4a43bc403038f6e36c5a844.tar.gz | |
Increment version numbers from 0.7 to 0.8(docs) and 0.9(code)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1032374 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/book/src/Programming-In-Apache-Qpid.xml | 2 | ||||
| -rw-r--r-- | doc/book/src/java/broker/configuration/Topic-Configuration.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml index 1de6f71d31..142033b757 100644 --- a/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/doc/book/src/Programming-In-Apache-Qpid.xml @@ -2887,7 +2887,7 @@ destination.topicExchange = amq.topic Boolean </entry> <entry> - If you are using JMS Map messages and deploying a new client with any JMS client older than 0.7 release, you must set this to true to ensure the older clients can understand the map message encoding. + If you are using JMS Map messages and deploying a new client with any JMS client older than 0.8 release, you must set this to true to ensure the older clients can understand the map message encoding. </entry> </row> <row> diff --git a/doc/book/src/java/broker/configuration/Topic-Configuration.xml b/doc/book/src/java/broker/configuration/Topic-Configuration.xml index 9113d6786f..1f73bbd7a4 100644 --- a/doc/book/src/java/broker/configuration/Topic-Configuration.xml +++ b/doc/book/src/java/broker/configuration/Topic-Configuration.xml @@ -23,7 +23,7 @@ <section> <title>Topic Configuration on Java Broker</title> - <para>New in 0.7 is the ability to define configuration for topics. Currently this is limited to + <para>New in 0.8 is the ability to define configuration for topics. Currently this is limited to configuration for slow consumer detection. This configuration is based on the work designed on the <ulink url="http://cwiki.apache.org/confluence/display/qpid/Topic+Configuration+Design">design @@ -84,7 +84,7 @@ <section id="Limitiations"> <title>Limitiations</title> - <para> As of 0.7 the topic configuration is limited to straight string matching. This means + <para> As of 0.8 the topic configuration is limited to straight string matching. This means that given the following two topic configuring sections for 'stocks.us' and 'stocks.*' a subscription for 'stocks.uk' will not match the expected 'stocks.*'. Nor will any additional configuration listed in 'stocks.*' affect any 'stocks.us' subscriptions. </para> |
