I tried connecting an OpenAMQ-1.2c4 WireAPI client to an Apache Qpid M2 Java broker. I get a "version mismatch" error which isn't that strange. I think the OpenAMQ client implements 0-9 and the Qpid M2 is at 0-8, correct? The strange thing is that it the broker seems to claim it is version 8-0. Looking into this a bit, their is a ProtocolVersion.java file [1] that also claims the major version is 8 and minor is 0. Looking into this a bit more, it looks like it might get generated from amqp.0-8.xml [2], that also claims major="8" minor="0".
Can someone shed some light on this? Does Qpid have a C/C++ client that can be built/run on Windows? thanks, Cameron [1] qpid\common\target\generated-sources\gentools\org\apache\qpid\framing\ProtocolVersion.java [2] http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/specs/amqp.0-8.xml?content-type=text%2Fplain&view=co
