diff options
Diffstat (limited to 'cpp/README.txt')
-rw-r--r-- | cpp/README.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/cpp/README.txt b/cpp/README.txt index 2498bbb495..4703d7538e 100644 --- a/cpp/README.txt +++ b/cpp/README.txt @@ -1 +1,15 @@ -TODO: Fill in this readme! + +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 + |