From da7718ef463775acc7d6fbecf2d64c1bbfc39fd8 Mon Sep 17 00:00:00 2001 From: Justin Ross Date: Tue, 19 Apr 2016 23:11:13 +0000 Subject: QPID-7207: Remove files and components that are obsolete or no longer in use; move doc and packaging pieces to the cpp subtree git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1740032 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/docs/book/src/old/Getting-Started.xml | 90 ++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 qpid/cpp/docs/book/src/old/Getting-Started.xml (limited to 'qpid/cpp/docs/book/src/old/Getting-Started.xml') diff --git a/qpid/cpp/docs/book/src/old/Getting-Started.xml b/qpid/cpp/docs/book/src/old/Getting-Started.xml new file mode 100644 index 0000000000..216a52170e --- /dev/null +++ b/qpid/cpp/docs/book/src/old/Getting-Started.xml @@ -0,0 +1,90 @@ + + + +Getting Started +To get started with Apache Qpid, follow the steps below. + + +Download Apache Qpid. + + Start a broker. + + + + (AMQP 0-10, works with the Qpid C++ broker) + + + + Run an example program from the downloaded software, or from the following URLs (these are svn URLs, which you can use to browse the examples or check them out): + + C++ (AMQP 0-10): + + Examples:https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/examples/ + Running the C++ Examples:https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/examples/README.txt + + + + Java JMS (AMQP 0-10): + + Examples:https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/ + Script for Running the Java JMS Examples https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh + + + + Python (AMQP 0-10): + + Examples:https://svn.apache.org/repos/asf/qpid/trunk/qpid/python/examples/ + Running the Python Exampleshttps://svn.apache.org/repos/asf/qpid/trunk/qpid/python/examples/README + + + + Ruby (AMQP 0-10): + + Examples: https://svn.apache.org/repos/asf/qpid/trunk/qpid/ruby/examples/ + + + + .NET (AMQP 0-10): + + Examples:http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/client-010/examples/ + + + + + + + Read the API Guides and Documentation + + C++ Client API (AMQP 0-10) + + Python Client API (AMQP 0-10)http://qpid.apache.org/docs/api/python/html/index.html + + + + Get your Questions Answered + + Read the + Ask a question on the user listmailto:users-subscribe@qpid.apache.org + + + + -- cgit v1.2.1