summaryrefslogtreecommitdiff
path: root/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
commit2b89f8d66ba22eb990d2c53487bdbe401377a605 (patch)
tree46dfc50d88207ca75756e4f11fd5ffb4e9c27e15 /cpp/examples
parent620d3079b8a65ec78864cd317285b94fb016d09f (diff)
downloadqpid-python-2b89f8d66ba22eb990d2c53487bdbe401377a605.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.
+