Hi List,
I just started reading on / using QPID and downloaded the stable release
0.6. However the documentation confuses me a bit
- In http://qpid.apache.org/apis/0.6/cpp/html/index.html for
<http://qpid.apache.org/apis/0.6/cpp/html/index.html>
qpid::messaging::Connection, the open() method is documented
parameterless, while in the downloaded bundle it seems to have url
parameter and is static method (and indeed, it works that way)
- Also, the book I fould at
http://qpid.apache.org/books/0.6/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.pdf
describes the address string syntax, which seems to be different than
what is actually accepted / used in the example program in
examples/messaging/client.cpp, which uses fields "node-properties",
"x-properties" instead of "node", "link", "x-declare" etc.
So I'm interested in why is there such inconsistency or lack of
documentation, and what is the suggested way for starting using QPID? Is
v0.6 too old? Also please see my related question at
http://stackoverflow.com/questions/3789822/qpid-finer-amqp-control-with-the-high-level-api
Thank you for your help,
Robin