Download Apache Qpid
Production Releases These releases are well tested and appropriate for production use. 0.5 is the latest release of Qpid. Qpid supports the latest version of AMQP 0-10, and some components also the AMQP 0-8 and 0-9, earlier versions. The Java Broker and Client provide protocol negotiation. Other versions can be found at http://www.apache.org/dist/qpid/ For details on cross component compatibility among releases, see: AMQP Release Compatibility for Qpid|AMQP compatibility If you have any questions about these releases, please mail the user list (users@qpid.apache.org).
0.5 Release
Multiple Component Packages <tgroup cols='4' align='left' colsep='1' rowsep='1'> <thead><row><entry> Component </entry><entry> Download </entry><entry> AMQP 0-10 </entry><entry> AMQP 0-8/0-9 </entry></row></thead> <tbody> <row><entry> Full release & keys </entry><entry> <ulink url="http://www.apache.org/dist/qpid/0.5/">http://www.apache.org/dist/qpid/0.5/</ulink> </entry><entry> Y </entry><entry> Y </entry></row> <row><entry> C++ broker & client </entry><entry> <ulink url="http://www.apache.org/dist/qpid/0.5/qpid-cpp-0.5.tar.gz">http://www.apache.org/dist/qpid/0.5/qpid-cpp-0.5.tar.gz</ulink> </entry><entry> Y </entry><entry> </entry></row> <row><entry> Java broker, client & tools </entry><entry> <ulink url="http://www.apache.org/dist/qpid/0.5/qpid-java-0.5.tar.gz">http://www.apache.org/dist/qpid/0.5/qpid-java-0.5.tar.gz</ulink> </entry><entry> client </entry><entry> Y </entry></row> </tbody> </tgroup> </table> </section> <section><title>Single Component Package
Broker Language Download AMQP 0-10 AMQP 0-8/0-9 Java http://www.apache.org/dist/qpid/0.5/qpid-java-broker-0.5.tar.gz Y
Client Language Download AMQP 0-10 AMQP 0-8/0-9 C# (.NET, WCF, Excel) 0-10 client (C++ Broker Compatible) http://www.apache.org/dist/qpid/0.5/qpid-dotnet-0-10-0.5.zip Y C# (.NET) 0-8 client (Java Broker Compatible) http://www.apache.org/dist/qpid/0.5/qpid-dotnet-0-8-0.5.zip Y Java http://www.apache.org/dist/qpid/0.5/qpid-java-client-0.5.tar.gz Y Y Python http://www.apache.org/dist/qpid/0.5/qpid-python-0.5.tar.gz Y Y Ruby http://www.apache.org/dist/qpid/0.5/qpid-ruby-0.5.tar.gz Y Y
C++ broker management Component Download AMQP 0-10 cmd line (packaged with python) http://www.apache.org/dist/qpid/0.5/qpid-python-0.5.tar.gz Y QMan JMX bridge, WS-DM http://www.apache.org/dist/qpid/0.5/qpid-management-client-0.5.tar.gz Y
Java broker management Component Download Eclipse RCP client Linux x86 Linux x86_64 Mac OS X Windows x86 Command line interface http://www.apache.org/dist/qpid/0.5/qpid-management-tools-qpid-cli-0.5.tar.gz
QpidComponents.org http://QpidComponents.org 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.
Contributed C++ Packages
Pre-built Linux Packages
Fedora 8, 9, 10 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. To install the server: # yum install qpidd To install C++ and Python clients: # yum install qpidc-devel # yum install amqp python-qpid To install documentation: # yum install rhm-docs To install persistence using an external store module: # yum install rhm
Windows Installer The Windows installer is available from http://www.apache.org/dist/qpid/0.5-windows/qpidc-0.5.msi. It is built from the 0.5 C++ broker and client source distribution listed above. It has been tested for Windows XP SP2 and above. The Windows executables require the Visual C++ 2008 SP1 run-time components. If the Visual C++ 2008 SP1 runtime is not available, the Qpid broker will not execute. If you intend to run the broker and Visual C++ 2008 is not installed, you must install the Visual C++ 2008 SP1 Redistributable. Please see http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en for download and installation instructions. If you intend to develop Qpid client applications using this kit, you should install Boost version 1.35 (please be sure to select VC9 support when installing) in addition to Visual Studio 2008 SP1.
Source Code Repository The latest version of the code is always available in the Source Repository.