From abdf1ec27a07d5067e185e970c8229e06df28823 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Mon, 4 May 2009 21:44:59 +0000 Subject: 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/qpid@771457 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/README | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'cpp/examples/README') diff --git a/cpp/examples/README b/cpp/examples/README index 50f0c07089..7bf35b53de 100644 --- a/cpp/examples/README +++ b/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.). -- cgit v1.2.1