You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/10/01 10:11:56 UTC

[qpid-site] branch asf-site updated: add note to old messaging-api page for folks looking for Python 3 and/or AMQP 1.0 support to use Proton

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6e44122  add note to old messaging-api page for folks looking for Python 3 and/or AMQP 1.0 support to use Proton
6e44122 is described below

commit 6e44122642f2f9d4705f3a83c327b44d0d6cd6a8
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Oct 1 11:11:39 2019 +0100

    add note to old messaging-api page for folks looking for Python 3 and/or AMQP 1.0 support to use Proton
---
 content/components/messaging-api/index.html | 2 ++
 input/components/messaging-api/index.md     | 1 +
 2 files changed, 3 insertions(+)

diff --git a/content/components/messaging-api/index.html b/content/components/messaging-api/index.html
index 0156fd7..77c4118 100644
--- a/content/components/messaging-api/index.html
+++ b/content/components/messaging-api/index.html
@@ -180,6 +180,8 @@ find previous versions with our
 </tbody>
 </table>
 
+<p><strong>NOTE</strong>: For Python, look instead to <a href="http://qpid.apache.org/proton">Qpid Proton</a> for Python 3 and AMQP 1.0 support.</p>
+
 <h2 id="issues">Issues</h2>
 
 <p>For more information about finding and reporting bugs, see
diff --git a/input/components/messaging-api/index.md b/input/components/messaging-api/index.md
index 3b9e255..d40da08 100644
--- a/input/components/messaging-api/index.md
+++ b/input/components/messaging-api/index.md
@@ -53,6 +53,7 @@ find previous versions with our
   | *C++* | [hello_world.cpp]({{current_cpp_release_url}}/messaging-api/cpp/examples/hello_world.cpp.html) | [client.cpp]({{current_cpp_release_url}}/messaging-api/cpp/examples/client.cpp.html) | [server.cpp]({{current_cpp_release_url}}/messaging-api/cpp/examples/server.cpp.html) | [spout.cpp]({{current_cpp_release_url}}/messaging-api/cpp/examples/spout.cpp.html) | [drain.cpp]({{current_cpp_release_url}}/messaging-api/cpp/examples/drain.cpp.html) |
   | *Python* | [hello]({{current_python_release_url}}/messaging-api/examples/hello.html) |  | [server]({{current_python_release_url}}/messaging-api/examples/server.html) | [spout]({{current_python_release_url}}/messaging-api/examples/spout.html) | [drain]({{current_python_release_url}}/messaging-api/examples/drain.html) |
 
+**NOTE**: For Python, look instead to [Qpid Proton](http://qpid.apache.org/proton) for Python 3 and AMQP 1.0 support.
 ## Issues
 
 For more information about finding and reporting bugs, see


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org