Download has been edited by Jonathan Robie (Jan 21, 2009).

(View changes)

Content:

Production Releases

These releases are well tested and appropriate for production use. M4 is the latest release of Qpid.

Some releases support AMQP 0-10, the current version of the specification, others support AMQP 0-8 and 0-9, earlier versions. The Python client supports both. For details on compatibility among releases, see:

AMQP Release Compatibility for Qpid

If you have any questions about these releases, please mail the user list user list

AMQP 0-10 Releases

Full release & keys http://www.apache.org/dist/qpid/M4/
C++ broker & client http://www.apache.org/dist/qpid/M4/qpid-cpp-M4.tar.gz
Python client http://www.apache.org/dist/qpid/M4/qpid-python-M4.tar.gz
C# (.NET, WCF, Excel) client http://www.apache.org/dist/qpid/M4/qpid-dotnet-0-10-M4.zip
Ruby client http://www.apache.org/dist/qpid/M4/qpid-ruby-M4.tar.gz

AMQP 0-8 and 0-9 Releases

Java broker & client http://www.apache.org/dist/qpid/M4/qpid-java-M4.tar.gz
Python client http://www.apache.org/dist/qpid/M4/qpid-python-M4.tar.gz
C# (.NET) client (AMQP 0-8 only) http://www.apache.org/dist/qpid/M4/qpid-dotnet-0-8-M4.zip

Installing pre-built packages on Linux

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 BerkeleyDB:

# yum install rhm

Development Releases

These releases are intended for testing and previewing new features. They have been tested and meet reasonable quality standards.

As Qpid tracks AMQP working group public work aggressively it might be worth mailing the dev list to check the state of svn trunk and if you want to use that to understand the current compatibility matrix.

RPMs for the builds of trunk that have passed all the tests get automatically posted and are available at cruisecontrol – this is out of date. need to fix

--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to