;; ;; 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. ;;

Download

In addition to the source artefacts below, we offer Qpid packages and Qpid via Maven.

Qpid's source artefacts are produced as part of our community release process. The downloads on this page are from our current releases.

It is important to verify the integrity of the files you download.

Messaging APIs

ContentDownloadVerify
Qpid Protonqpid-proton-{{current_proton_release}}.tar.gzASC, SHA512
Qpid Proton-Japache-qpid-proton-j-{{current_proton_j_release}}-bin.tar.gz*ASC, SHA512
Qpid JMS (AMQP 1.0)apache-qpid-jms-{{current_jms_release}}-bin.tar.gz*ASC, SHA512
Qpid JMS AMQP 0-xapache-qpid-jms-amqp-0-x-{{current_jms_amqp_0_x_release}}-bin.tar.gz*ASC, SHA512
Qpid Messaging API (C++, bindings)qpid-cpp-{{current_cpp_release}}.tar.gzASC, SHA512
Qpid Messaging API (Python)qpid-python-{{current_python_release}}.tar.gzASC, SHA512

Messaging servers

ContentDownloadVerify
Broker-Japache-qpid-broker-j-{{current_broker_j_release}}-bin.tar.gz*ASC, SHA512
C++ brokerqpid-cpp-{{current_cpp_release}}.tar.gzASC, SHA512
Dispatch routerqpid-dispatch-{{current_dispatch_release}}.tar.gzASC, SHA512

*These Java artefacts are presented as compiled bytecode. We also offer the source releases of Qpid Proton-J [ASC, SHA512] and Qpid JMS [ASC, SHA512] and Qpid JMS AMQP 0-x [ASC, SHA512] and Qpid Broker-J [ASC, SHA512]

Messaging tools

ContentDownloadVerify
Qpid Interop Testqpid-interop-test-{{current_interop_test_release}}.tar.gzASC, SHA512

Verify what you download

It is essential that you verify the integrity of the downloaded files using the ASC signatures or SHA checksums.

The signatures can be verified using PGP or GPG. First download the KEYS file as well as the .asc signature file for the relevant artefact. Then verify the signatures using one of the following sets of commands.

% gpg --import KEYS
% gpg --verify <artifact-name>.asc <artifact-name>

% pgpk -a KEYS
% pgpv <artifact-name>.asc

% pgp -ka KEYS
% pgp <artifact-name>.asc

Alternatively, you can verify the SHA checksums of the files. Unix programs called sha1sum and sha512sum (or sha1 and sha512) are included in many unix distributions. They are also available as part of GNU Coreutils. For Windows users, FSUM supports this. Ensure your generated checksum string matches the string published in the checksum file included with each release artefact.

More information