Hi Davide
What language are you interested in?
I'm afraid QMF is still a bit disjoint you might be aware that there are
two variants:
QMF1 which uses a compact binary protocol and the QMF1 API - that's what
the bundled qpid tools such as qpid-config, qpid-stat etc. use. That has
good python support, I *think* the C++ API works but the Java
implementation is very broken
QMF2 uses a protocol based on Map messages, that is *relatively* easy to
drive just by using Map messages because it's primarily in the form of
key/value pairs. The QMF2 API has a specification hanging off the qpid
wiki QMF pages There's I believe a prototype python implementation and
I've written a Java implementation that covers the full API there's also
a C++ API for QMF2 but unfortunately that bears no relation whatsoever
to the API specified off the wiki???
As I say it's rather disjoint :-(
The main QMF page is here:
https://cwiki.apache.org/qpid/qpid-management-framework.html
A tutorial for the QMF1 python stuff is here:
https://cwiki.apache.org/qpid/qmf-python-console-tutorial.html
I recently wrote a connection logger application using this old API it's
linked to this Jira and might give you some ideas
https://issues.apache.org/jira/browse/QPID-3869
The QMF2 documentation lives off here:
https://cwiki.apache.org/qpid/qmfv2-project-page.html
The Java QMF2 stuff I did is linked off this Jira
https://issues.apache.org/jira/browse/QPID-3675
HTH
Frase
On 16/03/12 16:15, Davide Anastasia wrote:
Hi All,
Can anybody suggest a good tutorial on QMF?
Best,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]