summaryrefslogtreecommitdiff
path: root/doc/website/content/download.html
blob: 477e7aa0cf1a586608da960c304baff4128f36f5 (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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!--
 -
 - 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>Downloads</h1>

  <h2>Production Releases</h2>

  <p>These releases are well tested and appropriate for production use, use the links below to download them from one of our mirrors. Older versions can be found in the <a href="http://archive.apache.org/dist/qpid/">archive</a></p>

  <p>Qpid supports the latest version of AMQP 0-10, and some components also the earlier AMQP 0-8 and 0-9 versions. The Java Broker and Client provide protocol negotiation. For details on cross component compatibility among releases, see: <a href="./compatibility.html">AMQP Release Compatibility for Qpid</a></p>

  <p>If you have any questions about these releases, please email the <a href="mailto:users@qpid.apache.org">user list</a></p>

  <h2>Mirrors</h2>

  <p>[if-any logo]
<a href="[link]"><img align="right" src="[logo]" border="0" /></a>[end]
The currently selected mirror is <b>[preferred]</b>. If you encounter a problem with this mirror, please select another.  If all mirrors are failing, there are <i>backup</i> mirrors (at the end of the list) that should be available, or you may also consult the <a href="http://www.apache.org/mirrors/">complete list</a> of mirrors.</p> 

<form action="[location]" method="get" id="SelectMirror">
<p>
Other mirrors: <select name="Preferred">
[if-any http]
  [for http]<option value="[http]">[http]</option>[end]
[end]  
[if-any ftp]
  [for ftp]<option value="[ftp]">[ftp]</option>[end]
[end]
[if-any backup]
  [for backup]<option value="[backup]">[backup] (backup)</option>[end]
[end]
</select>
<input type="submit" value="Change" />
</p>
</form>

  <p> It is good practice to <a href="#Download-Verify">verify</a> the integrity of the downloaded files using signatures downloaded from our <a href="http://www.apache.org/dist/qpid/">main distribution directory</a>.</p>

  <h2>Latest Release: 0.10</h2>

  <p>Individual PGP signatures are provided below, and the sha1sum output for each artefact is listed here: <a href="http://www.apache.org/dist/qpid/0.10/SHA1SUM">SHA1SUM</a>.</p>

  <h3>Multiple Component Packages</h3>

  <div>
    <table class="download_table"><tbody>
	<tr>
	  <th class="download_table_col_1"> Component </th>

	  <th> Download </th>
	  <th class="download_table_amqp_col"> AMQP<br />0-10 </th>
	  <th class="download_table_amqp_col"> AMQP<br />0-8/0-9 </th>
	</tr>
	<tr>
	  <td class="download_table_col_1"> Full source release</td>
	  <td> <a href="[preferred]/qpid/0.10/qpid-0.10.tar.gz">qpid-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-0.10.tar.gz.asc">PGP</a>] </td>

	  <td class="download_table_amqp_col"> Y </td>
	  <td class="download_table_amqp_col"> Y </td>
	</tr>
	<tr>
	  <td class="download_table_col_1"> C+&#43; broker &amp; client </td>
	  <td> <a href="[preferred]/qpid/0.10/qpid-cpp-0.10.tar.gz">qpid-cpp-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-cpp-0.10.tar.gz.asc">PGP</a>] </td>

	  <td class="download_table_amqp_col"> Y </td>
	  <td class="download_table_amqp_col">&nbsp;</td>
	</tr>
	<tr>
	  <td class="download_table_col_1"> Java broker, client &amp; tools </td>
	  <td> <a href="[preferred]/qpid/0.10/qpid-java-0.10.tar.gz">qpid-java-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-java-0.10.tar.gz.asc">PGP</a>] </td>
	  <td class="download_table_amqp_col"> Y </td>

	  <td class="download_table_amqp_col"> Y </td>
	</tr>
	<tr>
	  <td class="download_table_col_1"> All released artefacts</td>
	  <td> <a href="[preferred]/qpid/0.10/">/qpid/0.10/</a> </td>

	  <td class="download_table_amqp_col"> Y </td>
	  <td class="download_table_amqp_col"> Y </td>
	</tr>
    </tbody></table>
  </div>

  <h3><a name="Download-SingleComponentPackage"></a>Single Component Packages</h3>

  <p><b>Broker</b></p>
  <div>
    <table class="download_table"><tbody>
	<tr>
	  <th class="download_table_col_1"> Language </th>

	  <th> Download </th>
	  <th class="download_table_amqp_col"> AMQP<br />0-10 </th>
	  <th class="download_table_amqp_col"> AMQP<br />0-8/0-9 </th>
	</tr>
	<tr>
	  <td class="download_table_col_1"> Java </td>
	  <td> <a href="[preferred]/qpid/0.10/qpid-java-broker-0.10.tar.gz">qpid-java-broker-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-java-broker-0.10.tar.gz.asc">PGP</a>] </td>

	  <td class="download_table_amqp_col"> Y </td>
	  <td class="download_table_amqp_col"> Y </td>
	</tr>
    </tbody></table>
  </div>

  <p><b>Client</b></p>
  <div>
    <table class="download_table"><tbody>
	<tr>
	  <th class="download_table_col_1"> Language </th>

	  <th> Download </th>
	  <th class="download_table_amqp_col"> AMQP<br />0-10 </th>
	  <th class="download_table_amqp_col"> AMQP<br />0-8/0-9 </th>
	</tr>
	<tr>
	  <td class="download_table_col_1"> C# (.NET, WCF) WCF channel (C+&#43; Broker Compatible) </td>
	  <td> <a href="[preferred]/qpid/0.10/qpid-wcf-0.10.zip">qpid-wcf-0.10.zip</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-wcf-0.10.zip.asc">PGP</a>] </td>

	  <td class="download_table_amqp_col"> Y </td>
	  <td class="download_table_amqp_col">&nbsp;</td>
	</tr>
	<tr>
	  <td class="download_table_col_1"> Java </td>

	  <td> <a href="[preferred]/qpid/0.10/qpid-java-client-0.10.tar.gz">qpid-java-client-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-java-client-0.10.tar.gz.asc">PGP</a>] </td>
	  <td class="download_table_amqp_col"> Y </td>
	  <td class="download_table_amqp_col"> Y </td>
	</tr>
	<tr>
	  <td class="download_table_col_1"> Python </td>
	  <td> <a href="[preferred]/qpid/0.10/qpid-python-0.10.tar.gz">qpid-python-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-python-0.10.tar.gz.asc">PGP</a>] </td>

	  <td class="download_table_amqp_col"> Y </td>
	  <td class="download_table_amqp_col"> Y </td>
	</tr>
    </tbody></table>
  </div>

  <p><b>Management tools</b></p>

  <p>C+&#43; broker management</p>
  <div>
    <table class="download_table"><tbody>

	<tr>
	  <th class="download_table_col_1"> Component </th>
	  <th> Download </th>
	  <th class="download_table_amqp_col"> AMQP<br />0-10 </th>
	  <th class="download_table_amqp_col"> AMQP<br />0-8/0-9 </th>
	</tr>
	<tr>
	  <td class="download_table_col_1">Command-line tools</td>
	  <td> <a href="[preferred]/qpid/0.10/qpid-tools-0.10.tar.gz">qpid-tools-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-tools-0.10.tar.gz.asc">PGP</a>] </td>
	  <td class="download_table_amqp_col"> Y </td>
	  <td class="download_table_amqp_col">&nbsp;</td>
	</tr>
	<tr>
	  <td class="download_table_col_1">QMF APIs</td>
	  <td> <a href="[preferred]/qpid/0.10/qpid-qmf-0.10.tar.gz">qpid-qmf-0.10.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-qmf-0.10.tar.gz.asc">PGP</a>] </td>
	  <td class="download_table_amqp_col"> Y </td>
	  <td class="download_table_amqp_col">&nbsp;</td>
	</tr>
    </tbody></table>

  </div>

  <p>Java broker management</p>
  <div>
    <table class="download_table"><tbody>
	<tr>
	  <th class="download_table_col_1"> Component </th>
	  <th> Download </th>
	</tr>
	<tr>
	  <td class="download_table_col_1"> JMX Management Console <br  /> </td>

	  <td> <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-linux-gtk-x86.tar.gz">Linux x86</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-linux-gtk-x86.tar.gz.asc">PGP</a>] | <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-linux-gtk-x86_64.tar.gz">Linux x86_64</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-linux-gtk-x86_64.tar.gz.asc">PGP</a>] | <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-macosx.zip">Mac OS X</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-macosx.zip.asc">PGP</a>] | <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-solaris-gtk-sparc.tar.gz">Solaris 10 Sparc</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-solaris-gtk-sparc.tar.gz.asc">PGP</a>] | <a href="[preferred]/qpid/0.10/qpid-jmx-management-console-0.10-win32-win32-x86.zip">Windows x86</a> [<a href="http://www.apache.org/dist/qpid/0.10/qpid-jmx-management-console-0.10-win32-win32-x86.zip.asc">PGP</a>] </td>
	</tr>
    </tbody></table>
  </div>

  <h3><a name="Download-Maven"></a>Maven artifacts</h3>
 <p>The Java client is also available via the Maven central repository. To use the client in your Maven build you should add the following dependency to your POM:</p>
 <code>
&lt;dependency&gt;<br />
&nbsp;&nbsp;&lt;groupId&gt;org.apache.qpid&lt;/groupId&gt;<br />
&nbsp;&nbsp;&lt;artifactId&gt;qpid-client&lt;/artifactId&gt;<br />
&nbsp;&nbsp;&lt;version&gt;0.10&lt;/version&gt;<br />
&lt;/dependency&gt;
 </code>

 <p>Additionally, you must provide the JMS API if it is not already available in your compilation and/or runtime environment, an example dependency for this would be:</p>
 <code>
&lt;dependency&gt;<br />
&nbsp;&nbsp;&lt;groupId&gt;org.apache.geronimo.specs&lt;/groupId&gt;<br />
&nbsp;&nbsp;&lt;artifactId&gt;geronimo-jms_1.1_spec&lt;/artifactId&gt;<br />
&nbsp;&nbsp;&lt;version&gt;1.0&lt;/version&gt;<br />
&lt;/dependency&gt;
 </code>

  <h2><a name="Download-PreviousRelease"></a>Previous Releases</h2>

  <p>Previous releases are available from <a href="http://archive.apache.org/dist/qpid/">http://archive.apache.org/dist/qpid/
</a>.</p>

  <h2><a name="Download-QpidComponents.org"></a>QpidComponents.org </h2>

  <p><a href="http://QpidComponents.org">QpidComponents.org</a> provides further components for Apache Qpid, including both persistence and management tools. These components are open source, but are not developed as part of the Apache Qpid project due to licensing or other restrictions.</p>

  <h2><a name="Download-ContributedC%5CPackages"></a>Contributed C+&#43; Packages</h2>

  <h3><a name="Download-WindowsInstaller"></a>Windows Installer</h3>

  <p>The Windows installer is available from <a href="http://www.riverace.com/qpid/downloads.htm">http://www.riverace.com/qpid/downloads.htm</a>. It is built from the C+&#43; broker &amp; client and C# WCF Channel source distributions listed above. It has been tested for Windows XP SP3 and above.</p>

  <h3><a name="Download-PrebuiltLinuxPackages"></a>Pre-built Linux Packages</h3>

  <h4><a name="Download-Fedora"></a>Fedora </h4>

  <p>On Fedora, Qpid can be installed using yum. Because Java RPMs are not yet available in Fedora repos, the Java client is not in these distributions.</p>

  <p>To install the server:</p>
  <div><div>
      <pre>
# yum install qpidd
      </pre>
  </div></div>

  <p>To install C+&#43; and Python clients:</p>
  <div><div>
      <pre>
# yum install qpidc-devel
      </pre>
  </div></div>
  <div><div>
      <pre>
# yum install amqp python-qpid
      </pre>
  </div></div>
  <p>To install documentation:</p>
  <div><div>

      <pre>
# yum install rhm-docs
      </pre>
  </div></div>
  <p>To install persistence using an external store module:</p>
  <div><div>
      <pre>
# yum install rhm
      </pre>
  </div></div>

  <h2><a name="Download-SourceCodeRepository"></a>Source Code Repository</h2>

  <p>The latest version of the code is always available in the <a href="source_repository.html" title="Source Repository">source repository</a>.</p>


  <h2><a name="Download-Verify"></a>Verify the integrity of the files</h2>

  <p>It is essential that you verify the integrity of the downloaded files using the PGP signatures or SHA1 checksums.</p>

  <p>The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/qpid/KEYS">KEYS</a> file as well as the <code>.asc</code> PGP signature file for the relevant artefact. Make sure you get these files from the relevant subdirectory of the <a href="http://www.apache.org/dist/qpid/">main distribution directory</a>, rather than from a mirror. Then verify the signatures using:</p>

  <p>
  <code>
% pgpk -a KEYS<br />
% pgpv qpid-0.10.tar.gz.asc<br />
  </code>
  <em>or</em><br />
  <code>
% pgp -ka KEYS<br />
% pgp qpid-0.10.tar.gz.asc<br />
  </code>
  <em>or</em><br />
  <code>
% gpg --import KEYS<br />
% gpg --verify qpid-0.10.tar.gz.asc
  </code>
  </p>

<p>Alternatively, you can verify the SHA1 checksum of the files. A unix program called <code>sha1</code> or <code>sha1sum</code> is included in many unix distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. For windows users, <a href="http://www.slavasoft.com/fsum/">fsum</a> supports SHA1. Ensure your generated checksum string matches the string published in the SHA1SUM file included with each release. Again, make sure you get this file from the relevant subdirectory of the <a href="http://www.apache.org/dist/qpid/">main distribution directory</a>, rather than from a mirror</p>

</div>