From 2dbe3051984f6b93e357a94b8a01f768e1c412bf Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 29 May 2009 18:29:37 +0000 Subject: Added some Windows-related info git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@780060 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/README | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'cpp') diff --git a/cpp/examples/README b/cpp/examples/README index 7bf35b53de..f28eb29937 100644 --- a/cpp/examples/README +++ b/cpp/examples/README @@ -11,9 +11,12 @@ each example. Ex:- ./declare_queues 127.0.0.1 5673 -The qpid C++ broker (known as qpidd) is found -- if installed, installed as /usr/sbin/qpidd -- in /path-to-qpid-source/cpp/src/ +When the Qpid C++ broker is installed, it is located in: +- Linux: /usr/sbin/qpidd +- Windows: C:\Program Files\Apache\qpidc-0.5\bin\qpidd.exe + +In a C++ source distribution the broker is located in the src subdirectory +(generally, from this examples directory, ../src). == Direct == @@ -40,6 +43,11 @@ On Linux: # ./direct_producer # ./listener +On Windows: + C:\Program Files\Apache\qpidc-0.5\examples\direct> declare_queues + C:\Program Files\Apache\qpidc-0.5\examples\direct> direct_producer + C:\Program Files\Apache\qpidc-0.5\examples\direct> listener + == Fanout == This is an example on how to create Fanout exchange applications using Qpid. @@ -64,6 +72,10 @@ On Linux: # ./listener # ./fanout_producer +On Windows: + C:\Program Files\Apache\qpidc-0.5\examples\fanout> listener + C:\Program Files\Apache\qpidc-0.5\examples\direct> fanout_producer + == Publisher/Subscriber == Showing The ability to create topic Publishers and Subscribers using Qpid is @@ -91,6 +103,10 @@ On Linux: # ./topic_listener # ./topic_publisher +On Windows: + C:\Program Files\Apache\qpidc-0.5\examples\pub-sub> topic_listener + C:\Program Files\Apache\qpidc-0.5\examples\pub-sub> topic_publisher + == Request/Response == This example shows a simple server that will accept string from a client and @@ -111,6 +127,10 @@ On Linux: # ./server # ./client +On Windows: + C:\Program Files\Apache\qpidc-0.5\examples\request-response> server + C:\Program Files\Apache\qpidc-0.5\examples\request-response> client + == QMF Agent == This example demonstrates integration with the Qpid Management Framework (QMF). -- cgit v1.2.1