Download has been edited by Aidan Skinner (Aug 21, 2008).

(View changes)

Content:

Introduction to releases:

Qpid implements the AMQP Specification, and as the specification has progressed Qpid is keeping up with the updates. This means that different Qpid versions support different versions of AMQP. Here is a simple guide on what use.

Here is a matrix that describes the different versions supported by each release
Y = supported
N = unsupported
IP = in progress
P = planned

  release 0-8 0-9 0-10
java client trunk Y Y Y
java client M2.1/M2 Y Y N
java broker trunk Y Y IP
java broker M2.1/M2 Y Y N
c++ client/broker trunk N N Y
c++ client/broker M2.1 N Y N
c++ client/broker M2 Y N N
python client trunk Y Y Y
python client M2.1/M2 Y Y N
ruby client trunk Y Y P
ruby client M2.1/M2 Y Y N
C# client trunk Y N P
C# client M2/M2.1 Y N N
  • M1 Release is our first release and support AMQP 0-8. Not recommended anymore
  • M2.x Release supports AMQP 0-9. The use of these versions are recommended. – download below
  • Trunk (M3) supports AMQP 0-10 and some backwards compatibility with AMQP 0-9, the C++ Broker, Java, and Python Client support 0-10, The Java client support 0-9 & 0-10. Other clients and Java broker (will support both AMQP 0-9 and AMQP 0-10) to be updated. Recommended development tree, or running AMQP 0-10 – use svn Source Repository or download a clean build cruisecontrol builds

Production Releases

These releases are well tested and appropriate for production use. M2.1 is the lastest IPMC ratfied release from Qpid.

Full release: http://people.apache.org/dist/incubator/qpid/M2.1-incubating/

If you have any questions please mail the user list user list

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

An RC build of M3 is available from http://people.apache.org/~aidan/qpid/M3-RC1

Previous Releases

The M1 release:
http://people.apache.org/dist/incubator/qpid/M1-incubating/

The M2 release:
http://people.apache.org/dist/incubator/qpid/M2-incubating/

Reply via email to