summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2010-11-18 16:11:17 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2010-11-18 16:11:17 +0000
commit691a22541606e08c0be9fb8e7c96c010aca2c1c7 (patch)
tree394fed5ed6990c860838b1c7bdddda6fd2d71a7a /qpid/cpp/examples
parent15776c0e253b63eb977ab86c7c2294715f7061ad (diff)
downloadqpid-python-691a22541606e08c0be9fb8e7c96c010aca2c1c7.tar.gz
Update readme: remove qmf-agent, add qmf-console description
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1036512 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples')
-rw-r--r--qpid/cpp/examples/README.txt19
1 files changed, 6 insertions, 13 deletions
diff --git a/qpid/cpp/examples/README.txt b/qpid/cpp/examples/README.txt
index b52855f254..7dc31aa645 100644
--- a/qpid/cpp/examples/README.txt
+++ b/qpid/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.
+