summaryrefslogtreecommitdiff
path: root/content/xdocs/Getting Started.html
blob: bec70f9b835e28e287a8cb51facc012200515f8d (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<html>
    <head>
        <title>Apache Qpid : Getting Started</title>
	    <link rel="stylesheet" href="styles/site.css" type="text/css" />
        <META http-equiv="Content-Type" content="text/html; charset=UTF-8">	    
    </head>

    <body>
	    <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
		    <tr>
			    <td valign="top" class="pagebody">
				    <div class="pageheader">
					    <span class="pagetitle">
                            Apache Qpid : Getting Started
                                                    </span>
				    </div>
				    <div class="pagesubheading">
					    This page last changed on Apr 11, 2008 by <font color="#0050B2">cctrieloff</font>.
				    </div>

				    <h3><a name="GettingStarted-GettingtheBits."></a>Getting the Bits.</h3>

<p>To work out what to download or where to start <a href="Download.html" title="Download">Download</a></p>


<h3><a name="GettingStarted-Runningit%2FAdministration"></a>Running it / Administration</h3>

<p>These sections show you how to run the brokers, basic configuration and management</p>

<ul>
	<li><a href="Getting Started Guide.html" title="Getting Started Guide">Running &amp; Administration and getting started</a> with the Java Broker</li>
	<li><a href="RASC.html" title="RASC">Running &amp; Administration and getting started</a> for the C++ Broker</li>
	<li><a href="MgmtC++.html" title="MgmtC++">Managing</a> the C++ Broker</li>
</ul>


<h3><a name="GettingStarted-Makingsureitrunscorrectly"></a>Making sure it runs correctly</h3>

<p>For more details on starting the brokers, see Administration section.</p>

<p>The simplest way to check that the install is working correct is to try some of the examples. Each clients<br/>
has a set of examples included with it (or at least JMS, Java, C++ and Python do)</p>

<p>If working from svn, a good smoke test is to run the python tests as they can be run against<br/>
any version of AMQP and any broker.</p>

<p>To do so</p>
<div class="code"><div class="codeContent">
<pre class="code-java">export PYTHONPATH=~/qpid/python  # or wherever you have it
$./run-tests
.........EFF.... /.../ #each . is a test E is an error, F is a fail


#or to <span class="code-keyword">do</span> a specific version
$./run-tests
Options:
  ?/-h/-help             : <span class="code-keyword">this</span> message
  s/-spec &lt;spec.xml&gt; : URL of AMQP XML specification or one of these abbreviations:
                           0-8 - use the <span class="code-keyword">default</span> 0-8 specification.
                           0-9 - use the <span class="code-keyword">default</span> 0-9 specification.
  e/-errata &lt;errata.xml&gt; : file containing amqp XML errata
  b/-broker [&lt;user&gt;/&lt;password&gt;@]&lt;host&gt;:&lt;port&gt; : broker to connect to
  v/-verbose             : verbose - lists tests as they are run.
  d/-debug               : enable debug logging.
  i/-ignore &lt;test&gt;       : ignore the named test.
  I/-ignore-file         : file containing patterns to ignore.
  S/-skip-self-test      : skips the client self tests in the 'tests folder'
  F/-spec-folder         : folder that contains the specs to be loaded</pre>
</div></div>


<p>Finally, if developing in svn, each build system has tests integrated into the build system for that language</p>



<h3><a name="GettingStarted-YourfirstHelloWorld"></a>Your first Hello World</h3>


<h3><a name="GettingStarted-APIGuides"></a>API Guides</h3>



				    
                    			    </td>
		    </tr>
	    </table>
	    <table border="0" cellpadding="0" cellspacing="0" width="100%">
			<tr>
				<td height="12" background="border/border_bottom.gif"><img src="border/spacer.gif" width="1" height="1" border="0"/></td>
			</tr>
		    <tr>
			    <td align="center"><font color="grey">Document generated by Confluence on Apr 22, 2008 02:47</font></td>
		    </tr>
	    </table>
    </body>
</html>