summaryrefslogtreecommitdiff
path: root/qpid/doc/website/content/getting_started.html
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/doc/website/content/getting_started.html')
-rw-r--r--qpid/doc/website/content/getting_started.html73
1 files changed, 73 insertions, 0 deletions
diff --git a/qpid/doc/website/content/getting_started.html b/qpid/doc/website/content/getting_started.html
new file mode 100644
index 0000000000..5706d77781
--- /dev/null
+++ b/qpid/doc/website/content/getting_started.html
@@ -0,0 +1,73 @@
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements. See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership. The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License. You may obtain a copy of the License at
+ -
+ - http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied. See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<div class="main_text_area_body" >
+ <h1>Getting Started with Apache Qpid</h1>
+ <p>To get started with Apache Qpid, follow the steps below.</p>
+
+ <ol>
+ <li>Download the software:
+ <ul>
+ <li><a href="download.cgi" title="Download page">Download page</a></li>
+ </ul>
+ </li>
+ <li>Start a broker:
+ <ul>
+ <li>Instructions for <a href="https://cwiki.apache.org/qpid/getting-started-guide.html" title="Getting Started Guide">running a Qpid Java broker (AMQP 0-8, 0-9) </a></li>
+ <li>Instructions for <a href="http://qpid.apache.org/books/trunk/AMQP-Messaging-Broker-CPP-Book/html/ch01.html#section-Running-a-Qpid-CPP-Broker" title="RASC">running a Qpid C++ broker (AMQP 0-10) </a></li>
+
+ <li><a href="https://cwiki.apache.org/qpid/mgmtc.html" title="MgmtC++">Management tools </a> (AMQP 0-10, works with the Qpid C++ broker)</li>
+ </ul>
+ </li>
+ <li>Run an example program from the downloaded software, or from the following URLs (these are Subversion URLs, which you can use to browse the examples or check them out):
+ <ul>
+ <li>C++ (AMQP 0-10):
+ <ul>
+ <li>Examples: <a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/examples/">https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/examples/ </a></li>
+ <li><a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/examples/README.txt">Running the C++ Examples </a></li>
+ </ul>
+ </li>
+ <li>Java JMS (AMQP 0-10):
+ <ul>
+ <li>Examples: <a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/">https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/ </a></li>
+ <li><a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh">Script for Running the Java JMS Examples </a></li>
+ </ul>
+ </li>
+ <li>Python (AMQP 0-10):
+ <ul>
+ <li>Examples: <a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/python/examples/">https://svn.apache.org/repos/asf/qpid/trunk/qpid/python/examples/ </a></li>
+ <li><a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/python/examples/README">Running the Python Examples </a></li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>Read the API Guides and Documentation:
+ <ul>
+ <li><a href="documentation.html">API Guides and Documentation</a></li>
+ </ul>
+ </li>
+ <li>Get your questions answered:
+ <ul>
+ <li>Read the <a href="https://cwiki.apache.org/qpid/faq.html" title="FAQ">FAQ</a></li>
+ <li>Ask a question on the user list <a href="mailto:users-subscribe@qpid.apache.org">users-subscribe@qpid.apache.org</a></li>
+ </ul>
+ </li>
+ </ol>
+</div>