summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/README
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-05-04 21:44:59 +0000
committerStephen D. Huston <shuston@apache.org>2009-05-04 21:44:59 +0000
commit9e864a41b78833385396976a6500520be4cbc14b (patch)
tree74723593547848c56bd05ebfdb917015cb67fd50 /qpid/cpp/examples/README
parentc3f3974777da51cc762fc42da96c9cdce66a2280 (diff)
downloadqpid-python-9e864a41b78833385396976a6500520be4cbc14b.tar.gz
Add portability support for QMF agent, thanks to Pete McKinnon - partially fixes QPID-1731
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771457 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/README')
-rw-r--r--qpid/cpp/examples/README14
1 files changed, 13 insertions, 1 deletions
diff --git a/qpid/cpp/examples/README b/qpid/cpp/examples/README
index 50f0c07089..7bf35b53de 100644
--- a/qpid/cpp/examples/README
+++ b/qpid/cpp/examples/README
@@ -111,4 +111,16 @@ On Linux:
# ./server
# ./client
-
+== QMF Agent ==
+
+This example demonstrates integration with the Qpid Management Framework (QMF).
+After launching a Qpid broker, the sample program will connect to it and
+advertise a managed object (org.apache.qpid.agent.example:parent). Using
+qpid-tool, you can monitor the object and also call a method (create_child) to
+spawn managed child objects.
+
+To build this example, simply invoke make on Unix or Linux. On Windows, you
+must invoke
+ nmake /f example_gen.mak
+before building the sample to generate the supporting model classes
+(e.g., Parent,Child,etc.).