summaryrefslogtreecommitdiff
path: root/qpid/doc/website/content/getting_started.html
blob: c2de8311760839c2dc7abe26c395a3295e9b749c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<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 <a href="download.html" title="Download">Download</a></li>
    <li>Start a broker.
      <ul>
	<li>Instructions for <a href="http://qpid.apache.org/archives/wiki/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/archives/wiki/rasc.html" title="RASC">running a Qpid C++ broker (AMQP 0-10) </a></li>

	<li><a href="http://qpid.apache.org/archives/wiki/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 svn 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>

	<li>Ruby (AMQP 0-10):
	  <ul>
	    <li>Examples: <a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/ruby/examples/">https://svn.apache.org/repos/asf/qpid/trunk/qpid/ruby/examples/ </a></li>
	  </ul>
	</li>
	<li>.NET (AMQP 0-10):
	  <ul>
	    <li>Examples: <a href="http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/client-010/examples/">http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/client-010/examples/ </a></li>

	    <li><a href="http://qpid.apache.org/archives/wiki/net-user-guide.html">.NET Tutorial </a></li>
	  </ul>
	</li>
      </ul>
    </li>
    <li>Read the API Guides and Documentation
      <ul>
	<li><p><a href="documentation.html">API Guides and Documentation</a></li>
      </ul>
    </li>
    <li>Get your Questions Answered
      <ul>
	<li>Read the <a href="archives/wiki/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>