diff options
| author | Jonathan Robie <jonathan@apache.org> | 2010-11-22 16:51:17 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2010-11-22 16:51:17 +0000 |
| commit | d6b4db9d0a94b830f1f6c4716b13d0f87ba27406 (patch) | |
| tree | 0c5aa1d4a7b154b80ce774008f30abfc1e5a48ca /qpid/python | |
| parent | e050c1ddbeda113e9576f17559c3f792b50f501f (diff) | |
| download | qpid-python-d6b4db9d0a94b830f1f6c4716b13d0f87ba27406.tar.gz | |
Added information on documentation and overview of Qpid.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1037772 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/README.txt | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/qpid/python/README.txt b/qpid/python/README.txt index 6428446566..e07dd3192b 100644 --- a/qpid/python/README.txt +++ b/qpid/python/README.txt @@ -1,3 +1,19 @@ +This distribution contains the Python client libraries for Apache Qpid. + +Apache Qpid is a high-speed, language independent, platform +independent enterprise messaging system. It currently provides two +messaging brokers (one implemented in C++, one implemented in Java), +and messaging client libraries for Java JMS, C++, C# .NET, Python, +Ruby, and WCF. The messaging protocol for Apache Qpid is AMQP +(Advanced Message Queuing Protocol). You can read more about Qpid +here: + + http://qpid.apache.org/ + +Documentation can be found here: + + http://qpid.apache.org/documentation.html + = GETTING STARTED = 1. Make sure the Qpid Python client libraries are on your PYTHONPATH: @@ -11,14 +27,12 @@ $ export PYTHONPATH=/home/me/qpid-0.8/python $ ./hello Hello world! - = EXAMPLES = The examples/api directory contains several examples. Read examples/README.txt for further details on these examples. - = RUNNING THE TESTS = The "tests" directory contains a collection of unit tests for the |
