summaryrefslogtreecommitdiff
path: root/cpp/examples
diff options
context:
space:
mode:
authorKen Giusti <kgiusti@apache.org>2010-11-18 16:11:17 +0000
committerKen Giusti <kgiusti@apache.org>2010-11-18 16:11:17 +0000
commit0464d6d3ea46fd04e1b9fd32751fc5ed90ff37d6 (patch)
tree46dfc50d88207ca75756e4f11fd5ffb4e9c27e15 /cpp/examples
parent035e35c3c7b91402c452911072a806a2a8556692 (diff)
downloadqpid-python-0464d6d3ea46fd04e1b9fd32751fc5ed90ff37d6.tar.gz
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
Diffstat (limited to 'cpp/examples')
-rw-r--r--cpp/examples/README.txt19
1 files changed, 6 insertions, 13 deletions
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.
+