I recently gave a workshop on Qpid C++ client programming (in the
context of MRG Messaging). While preparing for this workshop, I realized
that we don't have a particularly good summary of the intended client
API, so I did my best to produce one. I left out some classes that
seemed less necessary, preferred those that seemed symmetrical or easy
or understandable.
Here's the notes from the presentation (I do not guarantee that they
will remain here, I posted them for the purposes of this discussion):
http://people.redhat.com/jrobie/qpid/qpid-cpp-programming.pdf
The API summary starts with page 75. Is this the client API we want to
focus on for C++ client programming?
Jonathan