From 2b89f8d66ba22eb990d2c53487bdbe401377a605 Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Thu, 18 Nov 2010 16:11:17 +0000 Subject: Update readme: remove qmf-agent, add qmf-console description git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1036512 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/README.txt | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'cpp/examples') diff --git a/cpp/examples/README.txt b/cpp/examples/README.txt index b52855f254..7dc31aa645 100644 --- a/cpp/examples/README.txt +++ b/cpp/examples/README.txt @@ -149,16 +149,9 @@ On Windows: C:\Program Files\qpidc-0.7\examples\request-response> server C:\Program Files\qpidc-0.7\examples\request-response> client -== QMF Agent == - -This example demonstrates integration with the Qpid Management Framework (QMF). -The qmf-agent program will connect to a running Qpid broker and advertise a -managed object (org.apache.qpid.agent.example:parent). Using the 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.). +== qmf-console == + +This directory contains examples which demonstrate integration with +the Qpid Management Framework (QMF). Refer to the README.txt file +within the directory for more information. + -- cgit v1.2.1