You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2013/07/08 18:40:15 UTC

svn commit: r1500828 - /qpid/trunk/qpid/cpp/bindings/qmf2/examples/cpp/README.txt

Author: kgiusti
Date: Mon Jul  8 16:40:15 2013
New Revision: 1500828

URL: http://svn.apache.org/r1500828
Log:
NO-JIRA: add README for qmf2 C++ examples

Added:
    qpid/trunk/qpid/cpp/bindings/qmf2/examples/cpp/README.txt   (with props)

Added: qpid/trunk/qpid/cpp/bindings/qmf2/examples/cpp/README.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qmf2/examples/cpp/README.txt?rev=1500828&view=auto
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qmf2/examples/cpp/README.txt (added)
+++ qpid/trunk/qpid/cpp/bindings/qmf2/examples/cpp/README.txt Mon Jul  8 16:40:15 2013
@@ -0,0 +1,41 @@
+This directory contains C++ example management tools and an example
+managed application based on the QPID Management Framework (QMF)
+Library.
+
+agent.cpp
+---------
+
+This is an example of a managed application.  Applications that can be
+managed by QMF are called "agents".  This example shows how an agent
+can create managed objects and service method calls.  When run, this
+agent will attempt to connect to a broker at address "localhost:5672".
+
+list_agents.cpp
+---------------
+
+This is an example of a management tool.  QMF management tools are
+called "consoles". This console monitors the broker for agent
+additions and removals.  When run, it will attempt to connect to a
+broker at address "localhost:5672".
+
+event_driven_list_agents.cpp
+----------------------------
+
+This console is similar to the list_agents.cpp example, except it uses
+an EventNotifier to wake up when new events arrive.  An EventNotifier
+may be used in a POSIX select/poll loop.
+
+print_events.cpp
+----------------
+
+A very basic console that monitors for all events published by agents.
+
+
+Running the examples
+--------------------
+
+In order to run any of the examples, you'll first need to run a broker
+daemon on your local machine (qpidd).  Once the broker is up and
+running, start any of the example consoles.  While the consoles are
+running, run the example agent.  The consoles will print out event
+information that is published by the example agent.

Propchange: qpid/trunk/qpid/cpp/bindings/qmf2/examples/cpp/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org