diff options
| author | Alan Conway <aconway@apache.org> | 2007-01-25 14:26:45 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-01-25 14:26:45 +0000 |
| commit | f5038f13d14d99e2b96482e3536ce3312703a56b (patch) | |
| tree | fd044893f49c0f0619d0c029e610aae34f269e99 /cpp/README | |
| parent | 7ea5b4869a16aa34904cb322e3592bedbe43af58 (diff) | |
| download | qpid-python-f5038f13d14d99e2b96482e3536ce3312703a56b.tar.gz | |
* Removed .txt extension from README NOTICE LICENSE to follow common practice.
* Updated all references to .txt files.
* rpm/Makefile.am: Fixed local-clean target to clean up generaed directories.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499803 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README')
| -rw-r--r-- | cpp/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cpp/README b/cpp/README new file mode 100644 index 0000000000..4703d7538e --- /dev/null +++ b/cpp/README @@ -0,0 +1,15 @@ + +Qpid C++ is a C++ implementation of the AMQP protcol described at +http://amqp.org/ + +For instructions on using the Qpid broker daemon see man qpidd(1) + +For information on the C++ client API see ./html/index.html + +Note the daemon and client API can be installed separately. + +The Qpid project also provides Java, Ruby and Python implementations. + +For additional software or information on the Qpid project go to: + http://incubator.apache.org/qpid/index.html + |
